pub fn parse_jsonc_to_map(content: &str) -> Map<String, Value>
Parse a JSONC string (with // comments and trailing commas) into a flat JSON map.