Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
 
 

Repository files navigation

JSON

Catch2 is a C++ JSON library used by the Collector, Local Agent and Platform.

Syncing with the upstream master branch

First, make sure the upstream remote is configured:

git remote -v

# If the upstream remote doesn't exist, add it:
git remote add upstream https://github.com/nlohmann/json.git

Then merge the upstream changes

git fetch upstream
git checkout develop
git merge upstream/develop

Publishing to the Conan server

To update the package, update the version number in conanfile.py then run:

conan create . paladin/develop
conan upload json/3.2.0@paladin/develop -r paladin

About

JSON for Modern C++

Topics

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages