Skip to content

taocpp-json 1.0.0-beta.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@d-frey d-frey released this 18 Feb 21:47
87b2bf8
  • 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 a type::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.