pub fn parse(input: &[u8]) -> Result<JsonValue, JsonError>
Parses a JSON value from UTF-8 bytes using the default JsonLimits.
JsonLimits