Skip to main content

parse_ast_lossless_json_string

Function parse_ast_lossless_json_string 

Source
pub fn parse_ast_lossless_json_string(
    input: &str,
) -> Result<String, Vec<String>>
Expand description

Serialize the parser AST without routing i64 integer literals through a JavaScript number. The JSON shape otherwise stays identical to parse_ast_json_string.