json
json copied to clipboard
A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
Hi, first of all thanks for the great library fast yet easy to use. I'm currently writing tag_invoke functions to convert JSON values from/to a class, and I have something...
May I suggest use a logo other than a horror movie villain? (I.e. professional, or at least not macabre)
I would like to start a discussion on having a class of `value_iterator`, which will be used to iterate over a `value` instance like visiting a tree in a depth-first...
Hello, I've found that the behavior of the following code snipped is different for different boost versions. ### Version of Boost * 1.75.0: ``` [[42],[42],[42],[42]] ``` * 1.79.0, 1.81.0, 1.83.0:...
The recent `pfr` update introduces a new feature allowing the retrieval of aggregated object [member names](https://github.com/boostorg/pfr/pull/129). This enhancement enables the parsing and serialization of aggregate object types without the need...
Some strings generated by the browser’s JSON.stringify are not parseable by Boost JSON in Boost 1.78.0 Browsers can generate JSON strings that look like (CPP string code): std::string jsonString =...