Skip to content

Release 0.99.8.2

Compare
Choose a tag to compare
@danielaparker danielaparker released this 30 Aug 16:18
· 8978 commits to master since this release

0.99.8.2

New features

  • Added json functions push_back and insert for appending values
    to the end of a json array and inserting values at a specifed position

Rationale: While these functions provide the same functionality as the existing
json::add function, they have the advantage of following the naming conventions
of the C++ library, and have been given prominence in the examples and documentation
(add is still supported.)

0.99.8.1

New features

  • cbor extension supports encoding to and decoding from the cbor binary serialization format.

  • json_type_traits supports std::valarray

Documentation

  • Documentation is now in the repository itself. Please see the documentation
    link in the README.md file

Changed

  • Removed CharT template parameter from json_stream_traits