pub fn strip_json5(text: &str) -> StringExpand description
Reduce JSON5 to JSON: // and /* */ comments outside strings, trailing
commas before } / ] (profiles.rs::strip_json5, which the Node codec
transcribed; this is the same rule in the crate that owns the codec).