commit | 9ef812a097fd49ecce470f68b1cb591b42adecb1 | [log] [tgz] |
---|---|---|
author | Jordan Bayles <jophba@chromium.org> | Tue Jul 09 15:03:39 2019 -0700 |
committer | Jordan Bayles <jophba@chromium.org> | Wed Jul 10 18:57:47 2019 -0700 |
tree | c5756a321592c7a572ca3a6c0dab7c43aef7e1d7 | |
parent | 60ba071aace3d512131149f10f1fbf7ec284eb7a [diff] |
\#964 Delete JSONCPP_NORETURN for [[noreturn]] This patch removes the custom JSONCPP_NORETURN macro in favor of the C++11 standard [[noreturn]] attribute.
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.