pub fn parse_json_value(raw: &str, path: &Path) -> Result<Value, ConfigError>
“Low-level” helper to parse JSON into a JSON Value.
Value
raw should be the contents of the file that is represented by path.
raw
path