pub fn parse_json_from_slice(data: &mut [u8]) -> Result<OwnedValue>
Parse JSON from a mutable slice
For cases where we already have a mutable reference to the data. No allocations occur.