Release 0.99.8.2
·
10299 commits
to master
since this release
0.99.8.2
New features
- Added
jsonfunctionspush_backandinsertfor appending values
to the end of ajsonarray 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_traitssupportsstd::valarray
Documentation
- Documentation is now in the repository itself. Please see the documentation
link in the README.md file
Changed
- Removed
CharTtemplate parameter fromjson_stream_traits