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

PaladinAI/json

 
 

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

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.8%
  • Other 1.2%