parse_jsonc_to_map

Function parse_jsonc_to_map 

Source
pub fn parse_jsonc_to_map(content: &str) -> Map<String, Value>
Expand description

Parse a JSONC string (with // comments and trailing commas) into a flat JSON map.