nlohmann.json
3.11.0
See the version list below for details.
dotnet add package nlohmann.json --version 3.11.0
NuGet\Install-Package nlohmann.json -Version 3.11.0
<PackageReference Include="nlohmann.json" Version="3.11.0" />
paket add nlohmann.json --version 3.11.0
#r "nuget: nlohmann.json, 3.11.0"
// Install nlohmann.json as a Cake Addin #addin nuget:?package=nlohmann.json&version=3.11.0 // Install nlohmann.json as a Cake Tool #tool nuget:?package=nlohmann.json&version=3.11.0
JSON for Modern C++
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on nlohmann.json:
Package | Downloads |
---|---|
SiddiqSoft.restcl
Focussed REST Client for modern C++ |
|
SiddiqSoft.CosmosClient
Azure Cosmos REST-API Client for Modern C++ |
|
SiddiqSoft.sip2json
SIP Parser for Modern C++ |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on nlohmann.json:
Repository | Stars |
---|---|
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
|
|
SamsidParty/TopNotify
The Ultimate Notification Customization Tool For Windows
|
Version | Downloads | Last updated |
---|---|---|
3.11.2 | 115,970 | 8/13/2022 |
3.11.1 | 28,008 | 8/3/2022 |
3.11.0 | 619 | 8/3/2022 |
3.10.5 | 58,499 | 5/8/2022 |
3.10.4 | 70,830 | 10/31/2021 |
3.10.3 | 543 | 10/31/2021 |
3.10.2 | 12,997 | 9/7/2021 |
3.10.1 | 3,885 | 8/24/2021 |
3.10.0 | 33,381 | 8/18/2021 |
3.9.1 | 62,029 | 8/11/2020 |
3.9.0 | 3,040 | 7/27/2020 |
3.8.0 | 630 | 7/24/2020 |
3.7.3 | 39,941 | 11/25/2019 |
3.7.2 | 787 | 11/25/2019 |
3.7.1 | 643 | 11/25/2019 |
3.7.0 | 205,362 | 8/7/2019 |
3.6.1 | 13,858 | 3/21/2019 |
3.6.0 | 678 | 3/21/2019 |
3.5.0 | 101,097 | 1/7/2019 |
3.4.0 | 761 | 1/7/2019 |
3.3.0 | 782 | 1/7/2019 |
3.2.0 | 3,623 | 9/28/2018 |
Version 3.11.0 is one of the biggest releases (in terms of closed issues and merged pull requests) ever. It brings:
String view support for all functions working on object keys (e.g., at or operator[]), avoiding unnecessary allocations.
BJData as the fifth supported binary format besides BSON, CBOR, MessagePack, and UBJSON.
Better C++20 support to make the library integrate more smoothly with newer codebases.
Better support for avoiding problems when multiple versions of the library are used in the same project.
Even better and more extensive documentation and examples.
More tests for edge cases like 32-bit support, C++20 features, using the library with ICPC, or after including <windows.h>.
All changes are backward-compatible.
💰 Note you can support this project via [GitHub sponsors](https://github.com/sponsors/nlohmann) or [PayPal](http://paypal.me/nlohmann).