pub fn from_slice<T>(slice: &[u8]) -> Result<T, JsonError>where
T: DeserializeOwned,Expand description
Deserialize JSON from a byte slice.
Standard serde_json implementation when simd-json feature is disabled.
pub fn from_slice<T>(slice: &[u8]) -> Result<T, JsonError>where
T: DeserializeOwned,Deserialize JSON from a byte slice.
Standard serde_json implementation when simd-json feature is disabled.