Function write_json_map

Source
fn write_json_map<T: Serialize>(
    path: &Path,
    map: &HashMap<String, T>,
) -> Result<()>