nlohmann.json
3.7.2
See the version list below for details.
dotnet add package nlohmann.json --version 3.7.2
NuGet\Install-Package nlohmann.json -Version 3.7.2
<PackageReference Include="nlohmann.json" Version="3.7.2" />
paket add nlohmann.json --version 3.7.2
#r "nuget: nlohmann.json, 3.7.2"
// Install nlohmann.json as a Cake Addin #addin nuget:?package=nlohmann.json&version=3.7.2 // Install nlohmann.json as a Cake Tool #tool nuget:?package=nlohmann.json&version=3.7.2
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 | 116,716 | 8/13/2022 |
3.11.1 | 28,160 | 8/3/2022 |
3.11.0 | 619 | 8/3/2022 |
3.10.5 | 58,670 | 5/8/2022 |
3.10.4 | 70,885 | 10/31/2021 |
3.10.3 | 543 | 10/31/2021 |
3.10.2 | 13,033 | 9/7/2021 |
3.10.1 | 3,893 | 8/24/2021 |
3.10.0 | 33,381 | 8/18/2021 |
3.9.1 | 62,183 | 8/11/2020 |
3.9.0 | 3,040 | 7/27/2020 |
3.8.0 | 631 | 7/24/2020 |
3.7.3 | 39,956 | 11/25/2019 |
3.7.2 | 787 | 11/25/2019 |
3.7.1 | 643 | 11/25/2019 |
3.7.0 | 205,891 | 8/7/2019 |
3.6.1 | 13,895 | 3/21/2019 |
3.6.0 | 678 | 3/21/2019 |
3.5.0 | 101,099 | 1/7/2019 |
3.4.0 | 761 | 1/7/2019 |
3.3.0 | 782 | 1/7/2019 |
3.2.0 | 3,668 | 9/28/2018 |
Project bad_json_parsers tested how JSON parser libraries react on deeply nested inputs. It turns out that this library segfaulted at a certain nesting depth. This bug was fixed with this release. Now the parsing is only bounded by the available memory. All changes are backward-compatible.
https://github.com/nlohmann/json/releases/tag/v3.7.2