load()
Load data from a file.
Usage
load(path)Parameters
path: str-
The file path to read from.
Returns
dict-
The loaded data.
See Also
- save()
-
Write data back to a file
- validate()
-
Check data integrity
Load data from a file.
Usage
path: strThe file path to read from.
dictThe loaded data.
Write data back to a file
Check data integrity