- Fix python3 build
- Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
- Contributors: Paul Bovbel
- 0.5.0
- Update changelogs
- Fix python3 build
- Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
- Contributors: Gary Servin, Paul Bovbel
- 0.6.0
- Update changelogs
- 0.5.0
- Update changelogs
- Fix python3 build
- Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
- Contributors: Gary Servin, Paul Bovbel
- RST-10567: Use nlohmann_json directly (#19) (cherry picked from commit b2ea9f9d0dda4fb284349b2f49f6dbb5d6063197)
- Contributors: Aaditya Ravindran
- 0.7.0
- Update changelogs
- 0.6.0
- Update changelogs
- 0.5.0
- Update changelogs
- Fix python3 build
- Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
- Contributors: Gary Servin, Paul Bovbel
- Pull in jsonschema via requirements.txt (#14)
- Remove msgpack and add basic jsonschema support (#13) * Drop messagepack for raw string transport of json data * Rename field for context * Add basic jsonschema support * Stray line * Fix test
- Contributors: Paul Bovbel
- Add requirements
- Contributors: Paul Bovbel
- Remove unused import
- Include static_assert header
- Add include guard
- Update __init__.py (#11) Update __init__.py to include pack and unpack exports.
- Provide helpers for nested fields (#10)
- Contributors: Andrew Blakey, Paul Bovbel
- decode as utf 8 (#9)
- Contributors: Andrew Blakey
- Removed check for no default value since falsy and null values are valid JSON. Added test. (#8)
- Move nlohmann/json.hpp include (#7)
- Contributors: Andrew Blakey, Paul Bovbel