commit | b27c83f691a03f521a1b3b99eefa2973f8e2bfcd | [log] [tgz] |
---|---|---|
author | dota17 <50514813+dota17@users.noreply.github.com> | Thu Jul 18 04:35:33 2019 +0800 |
committer | Jordan Bayles <jophba@chromium.org> | Wed Jul 17 13:35:33 2019 -0700 |
tree | acbdaee87f8ca6151ab280254bc44617e697c321 | |
parent | 483eba84a757d2e8ac61ae9345630fcbdbd03d5d [diff] |
Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978) * delete JSONCPP_DEPRECATED, use [[deprecated]] * add pragma warning(disable:4996) * add error C2416 * update * update * update
JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs.
JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.
JsonCpp documentation is generated using Doxygen.
1.y.z
is built with C++11.0.y.z
can be used with older compilers.https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated
If you are using the Meson Build System, then you can get a wrap file by downloading it from Meson WrapDB, or simply use meson wrap install jsoncpp
.
If you have trouble, see the Wiki, or post a question as an Issue.
See the LICENSE
file for details. In summary, JsonCpp is licensed under the MIT license, or public domain if desired and recognized in your jurisdiction.