neutralts::utils

Function filter_value_keys

Source
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 JSON Value. It can be a string (String), an object (Object), or an array (Array).