ssapy_toolkit.IO.converter_json_hdf5

Functions

hdf5_file_to_json(h5_path, json_path[, ...])

hdf5_to_json(h5_path[, root])

Read HDF5 file and return a JSON-serializable Python object from the given root node.

json_file_to_hdf5(json_path, h5_path[, root])

json_to_hdf5(json_obj, h5_path[, root])

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]
ssapy_toolkit.IO.converter_json_hdf5.hdf5_to_json(h5_path, root='/')[source]

Read HDF5 file and return a JSON-serializable Python object from the given root node.

ssapy_toolkit.IO.converter_json_hdf5.json_file_to_hdf5(json_path, h5_path, root='/')[source]
ssapy_toolkit.IO.converter_json_hdf5.json_to_hdf5(json_obj, h5_path, root='/')[source]

Write a JSON-serializable object to HDF5 file at h5_path.