from_slice

Function from_slice 

Source
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.