pub fn from_str<T: DeserializeOwned>(buf: &str) -> Result<T>Expand description
Read json from an in-memory string, with default Settings
pub fn from_str<T: DeserializeOwned>(buf: &str) -> Result<T>Read json from an in-memory string, with default Settings