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