from_str

Function from_str 

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

Read json from an in-memory string, with default Settings