Skip to main content

parse_jsonc

Function parse_jsonc 

Source
pub fn parse_jsonc(source: &str) -> Result<JsonValue, JsoncError>
Expand description

Parses strict JSON plus line comments, block comments, and trailing commas. Comments inside strings remain ordinary string content.