jsoncons icon indicating copy to clipboard operation
jsoncons copied to clipboard

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

Results 27 jsoncons issues
Sort by recently updated
recently updated
newest added

The current version of JSON Schema is Draft 2020-12, whereas jsoncons currently supports Draft 7, which is two versions behind. It would be great if jsoncons supported Draft 2020-12! It...

Feature request

**Describe the proposed feature** add type jsoncons::mjson (std::map or unordered_map implementation) jsoncons::mojson (preserve order std::map or unordered_map implementation) like jsoncons::json (sort vector implementation) jsoncons::ojson (preserve order sort vector implementation) The...

Feature request

**Accessing the GITHUB repo via SVN does not work** For reasons out of my control I need to access Github repost via SVN instead of GIT. Please be patient with...

Bug

Dear Daniel, **Can we have PlatformIO ESP8266 ESP-01 512K board using the Arduino framework support** **The actual library doesn't support this kind of compiler it is really sad because this...

Feature request

**Describe the proposed feature** CDDL is the notational convention for describing CBOR data structures (https://datatracker.ietf.org/doc/html/rfc8610) - think JSON Schema for CBOR - though it is also useful for JSON as...

Feature request

CBOR Diagnostic Notation is a text-based syntax for working with CBOR, as described in Section 8 of the standard - https://www.rfc-editor.org/rfc/rfc8949.html#name-diagnostic-notation It would be great to have methods for converting...

Feature request

From the beginnings of this library in 2013, influenced by the proxy idiom described in Scott Meyers' book Effective Modern C++, the non const `basic_json::operator[](const string_view_type&)` returns a proxy instead...

Discussion

I am using the json.hpp file with Qt5 & C++ 11 to process and create json files. Qt5 by default uses `QString` instead of `std::string`. Hence, while creating json, QString...

Feature request

**Describe the proposed feature** Dear Daniel, I understand the library is called **json**cons and I understand I might be asking for too much. However, jsoncons became for me the serialization...

Feature request

**Describe the bug** Updating visual studio to preview 17.4.0 produces compilations errors upon basically any include of jsoncons. 1>V:\code\jsoncons-0-168-7\include\jsoncons\converter.hpp(282,37): error C2039: 'from': is not a member of 'jsoncons::converter' 1>V:\code\jsoncons-0-168-7\include\jsoncons\converter.hpp(281): message...

Bug