pub fn filter_value(value: &mut Value)
Expand description
Recursively filter 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
).