Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vthiery/conan-jsonformoderncpp
Conan package for Json For Modern C++ (https://github.com/nlohmann/json)
https://github.com/vthiery/conan-jsonformoderncpp
conan dependency-manager json
Last synced: 5 days ago
JSON representation
Conan package for Json For Modern C++ (https://github.com/nlohmann/json)
- Host: GitHub
- URL: https://github.com/vthiery/conan-jsonformoderncpp
- Owner: vthiery
- License: mit
- Archived: true
- Created: 2017-06-16T18:32:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T11:52:14.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T06:42:30.298Z (4 months ago)
- Topics: conan, dependency-manager, json
- Language: Python
- Size: 23.4 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conan-jsonformoderncpp
[ ![Download](https://api.bintray.com/packages/vthiery/conan-packages/jsonformoderncpp%3Avthiery/images/download.svg) ](https://bintray.com/vthiery/conan-packages/jsonformoderncpp%3Avthiery/_latestVersion)
[![Build Status](https://travis-ci.org/vthiery/conan-jsonformoderncpp.svg?branch=master)](https://travis-ci.org/vthiery/conan-jsonformoderncpp)
[![Github Issues](https://img.shields.io/github/issues/vthiery/conan-jsonformoderncpp.svg)](https://github.com/vthiery/conan-jsonformoderncpp/issues)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/vthiery/conan-jsonformoderncpp.svg)](http://isitmaintained.com/project/vthiery/conan-jsonformoderncpp "Average time to resolve an issue")[Conan](https://bintray.com/vthiery/conan-packages/jsonformoderncpp%3Avthiery) package for Niels Lohmann's [Json For Modern C++](https://github.com/nlohmann/json) single-header library.
## IMPORTANT
**Since [conan-io/conan-center-index](https://github.com/conan-io/conan-center-index) maintains a recipe packaging [nlohmann/json](https://github.com/nlohmann/json) library, this recipe will not be maintained anymore. If possible, please use the package [nlohmann_json](https://conan.io/center/nlohmann_json/3.7.3/) instead of [jsonformoderncpp](https://bintray.com/vthiery/conan-packages/jsonformoderncpp%3Avthiery).**
## 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](http://docs.conan.io/en/latest/mastering/conanfile_py.html) for more information.
## Packaging
See [Conan-Package-Tools](https://github.com/conan-io/conan-package-tools) Github page for more information on packaging.