pub fn from_slice_mut<T: DeserializeOwned>(
slice: &mut [u8],
) -> Result<T, JsonError>Expand description
Deserialize JSON from a mutable byte slice.
Falls back to standard implementation when simd-json is disabled.
pub fn from_slice_mut<T: DeserializeOwned>(
slice: &mut [u8],
) -> Result<T, JsonError>Deserialize JSON from a mutable byte slice.
Falls back to standard implementation when simd-json is disabled.