An implementation of a JSON reader and writer in C++ https://jsoncpp.sourceforge.net/
Go to file
2024-10-27 09:45:23 +01:00
jsoncpp.spec automatic version update by autodist [release 1.9.6-1mamba;Fri Sep 13 2024] 2024-10-27 09:45:23 +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.