pub fn read_json_file(path: &Path) -> Result<Value>
Reads a JSON file, returning an empty object if the file doesn’t exist.