pub fn from_slice<T>(v: &[u8]) -> Result<T>where
T: DeserializeOwned,Expand description
Deserialize an instance of type T from bytes of JSON text.
pub fn from_slice<T>(v: &[u8]) -> Result<T>where
T: DeserializeOwned,Deserialize an instance of type T from bytes of JSON text.