pub fn serde_json_parser() -> Arc<dyn Fn(&Bytes) -> Result<Value, String> + Send + Sync> ⓘ
Default parser using serde_json::from_slice (same semantics as the fast path, as a JsonParserFn).
serde_json::from_slice
JsonParserFn