Skip to content

hnkb/nlohmann-json-nuget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nlohmann-json-nuget

NuGet package for Niels Lohmann's JSON for Modern C++ single-header library.

Usage

Add nlohmann.json package from official nuget.org source, or use package manager command-line:

PM> Install-Package nlohmann.json -Version x.x.x

Packaging

  1. Download the latest NuGet command-line interface (nuget.exe) from https://www.nuget.org/downloads and copy to this folder.
  2. Copy the latest single include header file (json.hpp) to include\nlohmann\json.hpp
  3. Optionally fill the <releaseNotes> section in nlohmann.json.nuspec
  4. Execute pack.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published