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
- Adding support for unsigned 64bit integers in json::tobson (#3894)
- Check we don't overflow when casting down integers during parsing
- 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)
- Ordered map remove duplicate codes
- NLOHMANN_DEFINE_TYPE_* fails with zero members
- NLOHMANN_JSON_SERIALIZE_ENUM defaulting to the first enum value is surprising behavior
- Fix for printing long doubles bug in dump_float
- error: expected initializer before ‘<’ token
- Docs
- C++ not yet supported