Release 0.99.8.2
danielaparker
released this
30 Aug 16:18
·
8978 commits
to master
since this release
0.99.8.2
New features
- Added
json
functionspush_back
andinsert
for appending values
to the end of ajson
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
supportsstd::valarray
Documentation
- Documentation is now in the repository itself. Please see the documentation
link in the README.md file
Changed
- Removed
CharT
template parameter fromjson_stream_traits