analyze_foldable_chain

Function analyze_foldable_chain 

Source
pub fn analyze_foldable_chain(
    key: &str,
    value: &JsonValue,
    flatten_depth: usize,
    existing_keys: &[&String],
) -> Option<FoldableChain>
Expand description

Analyze if a key-value pair can be folded into dotted notation.