pub type JsonReplacer<'a> = dyn FnMut(&str, JavascriptJsonValue) -> Option<JavascriptJsonValue> + 'a;Expand description
Replacer callback, invoked top-down with the empty root key first.
pub type JsonReplacer<'a> = dyn FnMut(&str, JavascriptJsonValue) -> Option<JavascriptJsonValue> + 'a;Replacer callback, invoked top-down with the empty root key first.