pub fn convert_json_keys(value: &Value) -> Value
Convert CamelCase keys to snake_case recursively in a JSON value.
Corresponds to PyBIDS’ convert_JSON().
convert_JSON()