- Notifications
You must be signed in to change notification settings - Fork2.7k
A C++ library for interacting with JSON.
License
open-source-parsers/jsoncpp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
JSON is a lightweight data-interchange format. It can representnumbers, strings, ordered sequences of values, and collections of name/valuepairs.
JsonCpp is a C++ library that allows manipulating JSON values, includingserialization and deserialization to and from strings. It can also preserveexisting comment in unserialization/serialization steps, making it a convenientformat to store user input files.
JsonCpp documentation is generated usingDoxygen.
1.y.zis built with C++11.0.y.zcan be used with older compilers.00.11.zcan be used both in old and new compilers.- Major versions maintain binary-compatibility.
The branch00.11.zis a new branch, its major version number00 is to show that it isdifferent from0.y.z and1.y.z, the main purpose of this branch is to make a balancebetween the other two branches. Thus, users can use some new features in this new branchthat introduced in 1.y.z, but can hardly applied into 0.y.z.
You can download and install JsonCpp using thevcpkg dependency manager:
git clone https://github.com/Microsoft/vcpkg.gitcd vcpkg./bootstrap-vcpkg.sh./vcpkg integrate install./vcpkg install jsoncppThe JsonCpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, pleasecreate an issue or pull request on the vcpkg repository.
https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated-(Possibly-outdated)
If you are using theMeson Build System, then you can get a wrap file by downloading it fromMeson WrapDB, or simply usemeson wrap install jsoncpp.
If you have trouble, see theWiki, or post a question as an Issue.
See theLICENSE file for details. In summary, JsonCpp is licensed under theMIT license, or public domain if desired and recognized in your jurisdiction.
About
A C++ library for interacting with JSON.
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.