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