read_settings_raw_jsonc

Function read_settings_raw_jsonc 

Source
pub fn read_settings_raw_jsonc(path: &Path) -> Map<String, Value>
Expand description

Read settings.json as a raw serde_json::Value::Object, stripping JSONC comments and trailing commas. Returns an empty object if the file doesn’t exist or can’t be parsed.