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
- Feature: Add constructor support for C++20 Ranges and Views
- MSVC: unexpected behaviour converting from json to a rvalue reference of a variant containing a type that can be constructed from a string
- Use the provided allocator in destroy() (#4842)
- support JSON Merge Patch (RFC 7396) diff creation
- MSVC: make #4526 pass (use #if for optional) - fixes #3859; re-amalgamate
- Add a type in the natvis template for detail::json_default_base
- Fix NLOHMANN_DEFINE_TYPE_* macros for zero-member types
- Make escape/unescape functions linear and not memory-storming.
- Add NLOHMANN_JSON_SERIALIZE_ENUM_STRICT macro that throws type_error.302 on unknown JSON value (Fixes #3992)
- Binary formats invalid encoding for <discarded> values in arrays and objects
- Docs
- C++ not yet supported