pub fn parse_str(input: &str) -> Result<JsonValue, JsonError>
Parses a JSON value from a &str using the default JsonLimits.
&str
JsonLimits