Skip to main content

parse

Function parse 

Source
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.