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.
pub fn parse_jsonc(source: &str) -> Result<JsonValue, JsoncError>Parses strict JSON plus line comments, block comments, and trailing commas. Comments inside strings remain ordinary string content.