An implementation of a JSON reader and writer in C++ https://jsoncpp.sourceforge.net/
Go to file
2024-01-06 00:21:26 +01:00
jsoncpp-0.5.0-soname.patch package created using the webbuild interface [release 0.5.0-1mamba;Fri Jun 20 2014] 2024-01-06 00:21:22 +01:00
jsoncpp-0.6.0_rc2-buildfix-fPIC.patch provide pkg-config file 2024-01-06 00:21:22 +01:00
jsoncpp-1.4.4-pkg-config-fix-includedir.patch move headers to /usr/include/jsoncpp [release 1.4.4-2mamba;Wed Apr 08 2015] 2024-01-06 00:21:23 +01:00
jsoncpp.spec automatic version update by autodist [release 1.9.4-1mamba;Sun Sep 27 2020] 2024-01-06 00:21:26 +01:00
README.md package created using the webbuild interface [release 0.5.0-1mamba;Fri Jun 20 2014] 2024-01-06 00:21:22 +01:00

jsoncpp

jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.