nlohmann.json.decomposed
3.11.1
See the version list below for details.
dotnet add package nlohmann.json.decomposed --version 3.11.1
NuGet\Install-Package nlohmann.json.decomposed -Version 3.11.1
<PackageReference Include="nlohmann.json.decomposed" Version="3.11.1" />
paket add nlohmann.json.decomposed --version 3.11.1
#r "nuget: nlohmann.json.decomposed, 3.11.1"
// Install nlohmann.json.decomposed as a Cake Addin #addin nuget:?package=nlohmann.json.decomposed&version=3.11.1 // Install nlohmann.json.decomposed as a Cake Tool #tool nuget:?package=nlohmann.json.decomposed&version=3.11.1
JSON for Modern C++ (this version contains decomposed headers as opposed to the normal single header version)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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).