Function serde_json_wasm::from_str[][src]

pub fn from_str<T>(s: &str) -> Result<T> where
    T: DeserializeOwned
Expand description

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