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 bytes objects or numpy bytes arrays in HDF5 files.

Parameters:
json_document_idh5pywrappers.obj.ID

The parameter set specifying the JSON document of interest.

Returns:
json_documentdict

The JSON document of interest.