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