nlohmann.json.decomposed 3.11.1

There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nlohmann.json.decomposed" Version="3.11.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nlohmann.json.decomposed" Version="3.11.1" />
                    
Directory.Packages.props
<PackageReference Include="nlohmann.json.decomposed" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nlohmann.json.decomposed --version 3.11.1
                    
#r "nuget: nlohmann.json.decomposed, 3.11.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package nlohmann.json.decomposed@3.11.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nlohmann.json.decomposed&version=3.11.1
                    
Install as a Cake Addin
#tool nuget:?package=nlohmann.json.decomposed&version=3.11.1
                    
Install as a Cake Tool

JSON for Modern C++ (this version contains decomposed headers as opposed to the normal single header version)

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 Downloads Last Updated
3.12.0 235 4/13/2025
3.11.3 202 1/27/2025
3.11.2 1,708 8/13/2022
3.11.1 488 8/3/2022
3.11.0 504 8/3/2022
3.10.5 576 5/8/2022
3.10.4 663 10/31/2021
3.10.3 553 10/31/2021
3.10.2 495 9/7/2021

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).