Function read_json_map

Source
fn read_json_map<T: DeserializeOwned>(path: &Path) -> Result<HashMap<String, T>>