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