Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/cpp/json-cpp/ReadMe.txt
2868 views
1
This code is from the JsonCpp project, which can be found at the following:
2
https://github.com/open-source-parsers/jsoncpp.
3
4
The code is released under the MIT license, as found in that project's
5
LICENSE file (https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE).
6
7
To generate the source code included here, clone the project from the project's
8
GitHub repository, and from the command line, run the "amalgamate.py" Python
9
script. This will generate the source files in the "dist" directory. Copy
10
json.h and jsoncpp.cpp, overwriting the existing files in this project.
11