pub fn write_json_gzip_file<T: Serialize>(path: &Path, obj: &T) -> Result<()>
Writes the object as a gzip compressed file.