We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13698b5 commit 91923f2Copy full SHA for 91923f2
1 file changed
README.txt
@@ -5,8 +5,8 @@ JSON (JavaScript Object Notation) is a lightweight data-interchange format.
5
It can represent integer, real number, string, an ordered sequence of
6
value, and a collection of name/value pairs.
7
8
-JsonCpp is a simple API to manipulate JSON value, handle serialization
9
-and unserialization to string.
+JsonCpp (http://jsoncpp.sourceforge.net/) is a simple API to manipulate
+JSON value, handle serialization and unserialization to string.
10
11
It can also preserve existing comment in unserialization/serialization steps,
12
making it a convenient format to store user input files.
0 commit comments