[][src]Function serde_json_wasm::from_str

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

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