[][src]Function serde_json_wasm::de::from_str

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

Deserializes an instance of type T from a string of JSON text