pub fn filter_value_keys(value: &mut Value)
Expand description
Recursively filters the keys (names) of a Value with the function escape_chars
ยงArguments
value
- A mutable reference to a JSONValue
. It can be a string (String
), an object (Object
), or an array (Array
).