danielaparker / jsoncons

A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
https://danielaparker.github.io/jsoncons
Other
726 stars 164 forks source link

Update json_encoder.hpp #447

Closed MonkeybreadSoftware closed 1 year ago

MonkeybreadSoftware commented 1 year ago

Output semantic_tag::bigdec as number. We like to use lossless_number when parsing and output these numbers back as numbers and not in quotes.

danielaparker commented 1 year ago

Thanks!