Skip to main content

JsonReplacer

Type Alias JsonReplacer 

Source
pub type JsonReplacer<'a> = dyn FnMut(&str, JavascriptJsonValue) -> Option<JavascriptJsonValue> + 'a;
Expand description

Replacer callback, invoked top-down with the empty root key first.