Skip to content

HDFGroup/hdf5-json

Repository files navigation

CI Dependency Review CodeQL Documentation Status

h5json

Specification and tools for representing HDF5 in JSON.

Introduction

This repository contains a specification (as BNF grammar and JSON Schema), and a package for working with HDF5 content in JSON. The package CLI utilities can be used to convert any HDF5 file to JSON or from a JSON file (using the specification described here) to HDF5.

The package is also useful for any Python application that needs to translate between HDF5 objects and JSON serializations. In addition to the utilities provided, the package is used by the HDF Server (a RESTful web service for HDF5), and HDF Product Designer (an application for planning HDF5 file content).

Websites

Reporting bugs (and general feedback)

Create new issues at http://github.com/HDFGroup/hdf5-json/issues for any problems you find.

For general questions/feedback, please post on the HDF Forum.