nlohmann.json
3.11.1
Install-Package nlohmann.json -Version 3.11.1
dotnet add package nlohmann.json --version 3.11.1
<PackageReference Include="nlohmann.json" Version="3.11.1" />
paket add nlohmann.json --version 3.11.1
#r "nuget: nlohmann.json, 3.11.1"
// Install nlohmann.json as a Cake Addin
#addin nuget:?package=nlohmann.json&version=3.11.1
// Install nlohmann.json as a Cake Tool
#tool nuget:?package=nlohmann.json&version=3.11.1
JSON for Modern C++
Product | Versions |
---|---|
native | native |
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 (1)
Showing the top 1 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
|
Version | Downloads | Last updated |
---|---|---|
3.11.1 | 303 | 8/3/2022 |
3.11.0 | 49 | 8/3/2022 |
3.10.5 | 5,732 | 5/8/2022 |
3.10.4 | 21,947 | 10/31/2021 |
3.10.3 | 307 | 10/31/2021 |
3.10.2 | 5,994 | 9/7/2021 |
3.10.1 | 1,120 | 8/24/2021 |
3.10.0 | 2,386 | 8/18/2021 |
3.9.1 | 36,063 | 8/11/2020 |
3.9.0 | 1,156 | 7/27/2020 |
3.8.0 | 401 | 7/24/2020 |
3.7.3 | 11,636 | 11/25/2019 |
3.7.2 | 481 | 11/25/2019 |
3.7.1 | 387 | 11/25/2019 |
3.7.0 | 67,006 | 8/7/2019 |
3.6.1 | 6,615 | 3/21/2019 |
3.6.0 | 455 | 3/21/2019 |
3.5.0 | 99,966 | 1/7/2019 |
3.4.0 | 532 | 1/7/2019 |
3.3.0 | 561 | 1/7/2019 |
3.2.0 | 2,516 | 9/28/2018 |
Version 3.11.0 moved the user-defined string literals (UDL) into namespace nlohmann::literals::json_literals (see documentation). Unfortunately, this namespace was not imported to the global namespace by default which broke code. This release fixes this bug.
All changes are backward-compatible. See release notes of version 3.11.0 for more information on other features.
💰 Note you can support this project via [GitHub sponsors](https://github.com/sponsors/nlohmann) or [PayPal](http://paypal.me/nlohmann).