classmethod splatnet3_scraper.query.JSONParser.from_csv(path)

Loads a JSON object from a CSV file.

Parameters:
path : str

The path to load the CSV file from.

Returns:

JSONParser – The JSONParser object.