Skip to content

Release 0.118.0

Compare
Choose a tag to compare
@danielaparker danielaparker released this 30 Jan 22:56
· 6696 commits to master since this release

Name change

  • The json_options name dec_to_str has been deprecated and renamed to lossless_number.

New features

  • New csv option lossless_number. If set to true, parse numbers with exponent and fractional parts as strings with
    semantic tagging semantic_tag_type::big_decimal (instead of double.) Defaults to false.

  • A class jsonpointer::address has been introduced to make it simpler to construct JSON Pointer addresses