nlohmann.json.decomposed
3.10.5
See the version list below for details.
dotnet add package nlohmann.json.decomposed --version 3.10.5
NuGet\Install-Package nlohmann.json.decomposed -Version 3.10.5
<PackageReference Include="nlohmann.json.decomposed" Version="3.10.5" />
paket add nlohmann.json.decomposed --version 3.10.5
#r "nuget: nlohmann.json.decomposed, 3.10.5"
// Install nlohmann.json.decomposed as a Cake Addin #addin nuget:?package=nlohmann.json.decomposed&version=3.10.5 // Install nlohmann.json.decomposed as a Cake Tool #tool nuget:?package=nlohmann.json.decomposed&version=3.10.5
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.
The previous version 3.10.4 introduced support to convert std::filesystem objects to JSON and vice versa. Unfortunately, we made the assumption that any compiler supporting C++17 would also have proper filesystem support. This was a mistake. This release introduces preprocessor checks (and means to override them) to make sure that the conversion support is only compiled if the compiler is detected to support it.
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).