parse_json_fast_owned

Function parse_json_fast_owned 

Source
pub fn parse_json_fast_owned<T>(bytes: &[u8]) -> Result<T>
where T: for<'de> Deserialize<'de>,
Expand description

Fast JSON parsing for immutable data