Skip to main content

parse_javascript_json

Function parse_javascript_json 

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