2.5.1.1. h5pywrappers.json.document.load
- load(json_document_id)[source]
Load a JSON document from an HDF5 file.
A JSON document is a dictionary that can be directly serialized into the JSON format. JSON documents are stored as
bytesobjects ornumpybytes arrays in HDF5 files.- Parameters:
- json_document_id
h5pywrappers.obj.ID The parameter set specifying the JSON document of interest.
- json_document_id
- Returns:
- json_documentdict
The JSON document of interest.