json
json copied to clipboard
A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
Shouldn't 19 be 20 here? https://github.com/boostorg/json/blob/develop/include/boost/json/detail/format.hpp#L18 because 2^64-1 = 18,446,744,073,709,551,615 which is 20 digits not 19
We have big product with dozens projects inside. Many of these projects use common headers, but we can't use boost json inside of theese headers, cos many developers will be...
This is just an experimental draft
PLEASE DON'T FORGET TO "STAR" THIS REPOSITORY :) When reporting a bug please include the following: ### Version of Boost 1.81 ### Steps necessary to reproduce the problem ``` auto...
Alan has abstracted the standard cpp.al drone jobs into a `generate` function that can be used on all repos, so adding a new compiler only needs to be done once...
When i save JSON object to ofstream in file, boost broken double value, as: "timestamp": 1673382441.141209 -> "timestamp": 1.673382441141209E9 Tested on boost 1.81.0
Now that Boost.URL is accepted, Boost.JSON can throw out its older iteration of test_suite.hpp and use the one from URL, which is updated to be almost identical in behavior to...
The commit https://github.com/boostorg/json/commit/cc019f753bacfbdd449c72176d435b7c81e28c15 changes a bunch of code into enormous macros, presumably so that file and line number information is more correcterer. While this might have been useful in that...