pub fn parse_json<T: DeserializeOwned>(s: &str) -> Result<T>Expand description
Parses the trimmed string as JSON into a value of type T.
pub fn parse_json<T: DeserializeOwned>(s: &str) -> Result<T>Parses the trimmed string as JSON into a value of type T.