Changelog for package json_transport
0.2.0 (2019-03-18)
- 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
0.1.0 (2019-01-16)
0.0.3 (2018-07-16)
- decode as utf 8 (#9)
- Contributors: Andrew Blakey
0.0.2 (2018-06-13)
- 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
0.0.1 (2018-04-06)
- Initial development (#1)
* Initial implementation
* Binary transport (#2)
- Contributors: Paul Bovbel