[−][src]Function serde_json::de::from_slice
pub fn from_slice<T>(v: &[u8]) -> Result<T> where
T: Deserialize, Decodes a json value from a byte slice &[u8].
pub fn from_slice<T>(v: &[u8]) -> Result<T> where
T: Deserialize, Decodes a json value from a byte slice &[u8].