Function json_from_str

Source
pub fn json_from_str<T: DeserializeOwned>(json: &str) -> Result<T, JsonError>