taocpp-json 1.0.0-beta.11
Pre-release
Pre-release
- Completed/fixed support for the binary formats CBOR, MsgPack and UBJSON.
- Consistent use of traits for construction and comparison.
- Removed support for storing a
nullptr
in atype::RAW_PTR
node. - Added traits for smart pointers and (some) STL containers.
- Added support for
type::OPAQUE_PTR
and to generate events from custom values directly. - Added optional value annotations via a base class.
- Reorganized some files/namespaces for binary formats, JAXN.
- Updated embedded taocpp/PEGTL to version 2.4.0.
- Created some initial documentation.