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