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
- Fix allocation failure during JSON destruction
- Mixed comparison bug: number_unsigned (INT64_MAX+1~UINT64_MAX) vs number_integer
- Fix integer comparison bug
- TOCTOU race between lexer construction and locale changes causes float truncation
- Add null-safe noexcept accessors eval_value/eval_array/eval_object
- Fix indentation overflow and correctness bug
- Fix BSON conformance issue
- Fix #4041: Support zero-member types in NLOHMANN_DEFINE_TYPE_* macros
- basic_json destructor allocates memory, violating noexcept semantics
- Fix serialization macros with no member variables
- Docs
- C++ not yet supported