Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

vthiery/conan-jsonformoderncpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-jsonformoderncpp

Download Build Status Github Issues Average time to resolve an issue

Conan package for Niels Lohmann's Json For Modern C++ single-header library.

IMPORTANT

Since conan-io/conan-center-index maintains a recipe packaging nlohmann/json library, this recipe will not be maintained anymore. If possible, please use the package nlohmann_json instead of jsonformoderncpp.

Usage

Add jsonformoderncpp/x.y.z@vthiery/stable in the list of requirements of your conanfile, where x.y.z is the desired version. See how to use a conanfile.py for more information.

Packaging

See Conan-Package-Tools Github page for more information on packaging.