pub fn parse(text: &str) -> Result<Value, JsonParseError>Expand description
Parses text with the default limits.
ยงErrors
Returns JsonParseError when the text is not valid JSON or exceeds the
limits.
pub fn parse(text: &str) -> Result<Value, JsonParseError>Parses text with the default limits.
Returns JsonParseError when the text is not valid JSON or exceeds the
limits.