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
- [MSVC][build] JSON failed with error C2672: 'nlohmann::json_abi_v3_12_0::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,
- 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 strict enum de/serialization macro
- build2 integration doc update
- Docs
- C++ not yet supported