An implementation of a JSON reader and writer in C++ https://jsoncpp.sourceforge.net/
Go to file
2024-05-06 10:26:48 +02:00
jsoncpp.spec rebuild with -DCMAKE_POSITION_INDEPENDENT_CODE=ON (-fPIC) [release 1.9.5-2mamba;Mon May 06 2024] 2024-05-06 10:26:48 +02: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.