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
697 stars 160 forks source link

Update json_object.hpp #465

Closed MonkeybreadSoftware closed 10 months ago

MonkeybreadSoftware commented 10 months ago

Fixed a shadow variable warning for value variable.

danielaparker commented 10 months ago

Thanks!