Path to this page:
Subject: CVS commit: wip/jsoncpp-svn
From: Thomas Klausner
Date: 2014-04-19 00:27:54
Message id: E1WbHGW-0004zJ-95@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Import jsoncpp-0.6.0rc2nb20140418 as wip/jsoncpp-svn.
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integer, real number, string, an ordered
sequence of value, and a collection of name/value pairs.
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.
It can also preserve existing comment in unserialization/serialization
steps, making it a convenient format to store user input files.
Unserialization parsing is user friendly and provides precise error
reports.
Files: