package documentation

AbstractDataSet implementation to load/save data from/to a JSON file.

Module json_dataset JSONDataSet loads/saves data from/to a JSON file using an underlying filesystem (e.g.: local, S3, GCS). It uses native json to handle the JSON file.

From __init__.py:

Class JSONDataSet JSONDataSet loads/saves data from/to a JSON file using an underlying filesystem (e.g.: local, S3, GCS). It uses native json to handle the JSON file.