pub fn parse_javascript_json(
text: &str,
reviver: Option<&mut JsonReviver<'_>>,
) -> Result<JavascriptJsonValue, JavascriptJsonError>Expand description
Parse through the canonical JSON parser, then apply ECMAScript reviver order.
pub fn parse_javascript_json(
text: &str,
reviver: Option<&mut JsonReviver<'_>>,
) -> Result<JavascriptJsonValue, JavascriptJsonError>Parse through the canonical JSON parser, then apply ECMAScript reviver order.