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

pub fn from_str<T>(s: &str) -> Result<T, Error> where T: Deserialize

Decodes a json value from a &str.