neutralts::utils

Function filter_value

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