Skip to main content

JsonToJson

Type Alias JsonToJson 

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

JavaScript toJSON hook invoked before the replacer.