HDFGroup / hdf5-json

Specification and tools for representing HDF5 in JSON
https://hdf5-json.readthedocs.io
Other
72 stars 25 forks source link

Feature/h5raw hash to array #62

Closed 3EHOH closed 6 years ago

3EHOH commented 6 years ago

Changes based on updated grammar for HDF5-to-JSON conversion:

1) groups, datatypes, and datasets are arrays instead of hashtables 2) instead of uuid: { ... } each has {"id": uuid} instead 3) Committed datatypes string id removed datatypes/ and changed to { "idref": typeItem['uuid'] } 4) script for joining json files into array as per RAW requirement