Skip to main content

serde_json_parser

Function serde_json_parser 

Source
pub fn serde_json_parser() -> Arc<dyn Fn(&Bytes) -> Result<Value, String> + Sync + Send> 
Expand description

Default parser using serde_json::from_slice (same semantics as the fast path, as a JsonParserFn).