Function parse_json_from_slice

Source
pub fn parse_json_from_slice(data: &mut [u8]) -> Result<OwnedValue>
Expand description

Parse JSON from a mutable slice

For cases where we already have a mutable reference to the data. No allocations occur.