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
- Support zero-member types in NLOHMANN_DEFINE_TYPE_* macros (#4041)
- Add AST-based public API checker and fix documentation gaps it found
- Int and uint compare equal but hashes do not
- std::optional<T> direct construction from JSON null throws instead of yielding std::nullopt
- Switch number parsing to `std::from_chars` / extended locale `strto*_l` if available
- Fix allocation failure during JSON destruction
- TOCTOU race between lexer construction and locale changes causes float truncation
- Add null-safe noexcept accessors eval_value/eval_array/eval_object
- Fix BSON conformance issue
- Fix #4041: Support zero-member types in NLOHMANN_DEFINE_TYPE_* macros
- Docs
- C++ not yet supported