json
https://github.com/nlohmann/json
C++
JSON for Modern C++
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported43 Subscribers
View all SubscribersAdd a CodeTriage badge to json
Help out
- Issues
- Add clang-tidy plugin to convert implicit conversions to explicit ones
- Fix ~basic_json causing std::terminate
- Add keep parameter to dump to copy invalid UTF-8 bytes as-is
- Allowing std::map object with serialized Enum key type to be converted to a JSON object and vice versa - #4378
- Allow to continue after parse error
- Bring Meson build definition more in line with CMake
- Make serializer dump() non-recursive
- Change `operator==` overload that constrains to `is_scalar_v` to constrain to compatible types.
- using allocator for bson
- Fixed basic_json::diff and basic_json::patch not compiling with custom string type (#4134)
- Docs
- C++ not yet supported