ssapy_toolkit.IO.converter_json_hdf5
Functions
|
|
|
Read HDF5 file and return a JSON-serializable Python object from the given root node. |
|
|
|
Write a JSON-serializable object to HDF5 file at h5_path. |
- ssapy_toolkit.IO.converter_json_hdf5.hdf5_file_to_json(h5_path, json_path, root='/', pretty=True)[source]