From 91923f2cbc3e6eb0d0ee79a622a7bd453d2cc6f0 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 1 May 2011 18:33:46 +0000 Subject: [PATCH] Added project URL. --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 0c351c3..8b0efa2 100644 --- a/README.txt +++ b/README.txt @@ -5,8 +5,8 @@ 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. +JsonCpp (http://jsoncpp.sourceforge.net/) 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.