NuGet package for Niels Lohmann's JSON for Modern C++ single-header library.
Add nlohmann.json
package from official nuget.org source, or use package manager command-line:
PM> Install-Package nlohmann.json -Version x.x.x
- Download the latest NuGet command-line interface (nuget.exe) from https://www.nuget.org/downloads and copy to this folder.
- Copy the latest single include header file (json.hpp) to
include\nlohmann\json.hpp
- Optionally fill the
<releaseNotes>
section innlohmann.json.nuspec
- Execute
pack.ps1