Skip to content

Commit 91923f2

Browse files
committed
Added project URL.
1 parent 13698b5 commit 91923f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ JSON (JavaScript Object Notation) is a lightweight data-interchange format.
55
It can represent integer, real number, string, an ordered sequence of
66
value, and a collection of name/value pairs.
77

8-
JsonCpp is a simple API to manipulate JSON value, handle serialization
9-
and unserialization to string.
8+
JsonCpp (http://jsoncpp.sourceforge.net/) is a simple API to manipulate
9+
JSON value, handle serialization and unserialization to string.
1010

1111
It can also preserve existing comment in unserialization/serialization steps,
1212
making it a convenient format to store user input files.

0 commit comments

Comments
 (0)