Skip to main content

JsonReviver

Type Alias JsonReviver 

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

Reviver callback, invoked bottom-up with the empty root key last.