Function serde::json::de::from_slice [] [src]

pub fn from_slice<T>(v: &[u8]) -> Result<T, Error> where T: Deserialize

Decodes a json value from a &str.