splatnet3_scraper.query.JSONParser.to_gzipped_json(path, **kwargs) Saves the JSON object to a gzipped JSON file. Any keyword arguments are passed to the json.dump method. Parameters:¶ path : str¶The path to save the gzipped JSON file to. **kwargsKeyword arguments to pass to the json.dump method.