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
- Bump astyle from 3.4.13 to 3.6.18 in /tools/astyle
- Make std::hash<basic_json> consistent with operator== for numbers
- std::hash<basic_json> is inconsistent with operator== for equal cross-type numbers (breaks unordered containers)
- Test suite: reduce runtime — 52 % is Unicode byte sweeps, plus redundant re-parsing in binary roundtrip tests
- Cut Unicode ill-formed byte sweeps to one representative prefix
- Stack overflow in binary format writers (CBOR/MessagePack/UBJSON/BSON) due to unbounded recursion
- Stack overflow in diff(), merge_patch(), and flatten() due to unbounded recursion
- Fix stack overflow and exponential runtime when comparing nested values
- Fix stack overflow when copying a deeply nested value (#5387)
- CBOR store: fall back to ignore for non-binary tagged items
- Docs
- C++ not yet supported