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
699 stars 158 forks source link

Update basic_json.hpp #456

Closed MonkeybreadSoftware closed 11 months ago

MonkeybreadSoftware commented 11 months ago

Added compare for bigint/bigdec/bigfloat as double or exact text match.

This makes JSON Query work if you use options.lossless_number(true); for parsing JSON.

danielaparker commented 11 months ago

Thanks!