Skip to main content

parse_str

Function parse_str 

Source
pub fn parse_str(input: &str) -> Result<JsonValue, JsonError>
Expand description

Parses a JSON value from a &str using the default JsonLimits.