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 supported44 Subscribers
View all SubscribersAdd a CodeTriage badge to json
Help out
- Issues
- Constructing array from C++20 ranges view does not work
- Fix NLOHMANN_DEFINE_TYPE_* macros for zero-member types
- C++17 std::optional feature not enabled
- 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
- Add clang-tidy plugin to convert implicit conversions to explicit ones
- Fix ~basic_json causing std::terminate
- Add keep parameter to dump to copy invalid UTF-8 bytes as-is
- Allowing std::map object with serialized Enum key type to be converted to a JSON object and vice versa - #4378
- Docs
- C++ not yet supported