pub fn from_slice<T: DeserializeOwned>(buf: &[u8]) -> Result<T>Expand description
Read json from a slice of in-memory bytes, with default Settings
pub fn from_slice<T: DeserializeOwned>(buf: &[u8]) -> Result<T>Read json from a slice of in-memory bytes, with default Settings