pub fn flatten_value_keys(
    sval: SerializedValue,
    current_path: Vec<String>
) -> Vec<(Vec<String>, Val)>