Release 0.118.0
danielaparker
released this
30 Jan 22:56
·
6696 commits
to master
since this release
Name change
- The
json_options
namedec_to_str
has been deprecated and renamed tolossless_number
.
New features
-
New csv option
lossless_number
. If set totrue
, parse numbers with exponent and fractional parts as strings with
semantic taggingsemantic_tag_type::big_decimal
(instead of double.) Defaults tofalse
. -
A class
jsonpointer::address
has been introduced to make it simpler to construct JSON Pointer addresses