classmethod splatnet3_scraper.query.JSONParser.from_gzipped_json(path)

Loads a JSON object from a gzipped JSON file.

Parameters:
path : str

The path to load the gzipped JSON file from.

Returns:

JSONParser – The JSONParser object.