nlohmann.json.decomposed 3.11.0

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.0
NuGet\Install-Package nlohmann.json.decomposed -Version 3.11.0
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.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nlohmann.json.decomposed --version 3.11.0
#r "nuget: nlohmann.json.decomposed, 3.11.0"
#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.
// Install nlohmann.json.decomposed as a Cake Addin
#addin nuget:?package=nlohmann.json.decomposed&version=3.11.0

// Install nlohmann.json.decomposed as a Cake Tool
#tool nuget:?package=nlohmann.json.decomposed&version=3.11.0

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.11.2 983 8/13/2022
3.11.1 398 8/3/2022
3.11.0 413 8/3/2022
3.10.5 478 5/8/2022
3.10.4 530 10/31/2021
3.10.3 447 10/31/2021
3.10.2 391 9/7/2021

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