json
json copied to clipboard
JSON for Modern C++
Add some (OK, a lot) CMake and Python code to automate complex fuzzing setups. This effort is currently focused on AFL++ and implements an allocator that is loosely based on...
### Description Hi there, I get some compiler errors, which I unfortunately don't understand in detail. See the small minimal example. Probably it's a compiler bug, because it compiles with...
This is part 2 of the unit test improvements. The original plan of adding build information output has been scrapped after the code had ballooned into a 4000 line monstrosity....
### Description Moving a directory into or out of the `serve_header.py` root is not detected. ### Reproduction steps Move a directory into or out of the `serve_header.py` root directory. ###...
Picking up from #2532 - Add macros for custom types in DEFINE_TYPE_{NON_,}INTRUSIVE - Add macros for template version of DEFINE_TYPE_{NON_,}INTRUSIVE - Refactor and add tests for templated version of DEFINE_TYPE...
Passing legal CBOR to json::from_cbor() causes an exception to be raised. #### What is the issue you have? I've encoded data into cbor using the tinycbor library and tried to...
I would like to use the JSON_DIAGNOSTICS feature to produce better error messages. I am using the library through Homebrew and in the Targets.cmake file, there is the following: ```...
I could not get the `nlohmann::to_json` method to work consistently with specializations of the `nlohmann::adl_serializer` which I assumed would work from the way described in the readme. #### What is...
When you want to help with the development of this library, there are plenty of things were you are more than welcome: ## Blocked Issues - In #3106, the missing...
### Description On a ARM board (raspberry Pi 0), parsing a json string that includes a float value causes a memory corruption. Any code after the parse that uses the...