Skip to main content

parse_json

Function parse_json 

Source
pub fn parse_json<T>(s: &str) -> Result<T, Error>
Expand description

Parses the trimmed string as JSON into a value of type T.