## load()


Load data from a file.


Usage


``` python
load(path)
```


## Parameters


`path: str`  
The file path to read from.


## Returns


`dict`  
The loaded data.


## See Also

[save()](save.md#gdtest_seealso_desc.save)  
Write data back to a file

[validate()](validate.md#gdtest_seealso_desc.validate)  
Check data integrity
