mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-07 17:14:56 +02:00
Added project URL.
This commit is contained in:
parent
13698b5835
commit
91923f2cbc
@ -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
|
It can represent integer, real number, string, an ordered sequence of
|
||||||
value, and a collection of name/value pairs.
|
value, and a collection of name/value pairs.
|
||||||
|
|
||||||
JsonCpp is a simple API to manipulate JSON value, handle serialization
|
JsonCpp (http://jsoncpp.sourceforge.net/) is a simple API to manipulate
|
||||||
and unserialization to string.
|
JSON value, handle serialization and unserialization to string.
|
||||||
|
|
||||||
It can also preserve existing comment in unserialization/serialization steps,
|
It can also preserve existing comment in unserialization/serialization steps,
|
||||||
making it a convenient format to store user input files.
|
making it a convenient format to store user input files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user