Skip to content

Commit ff22ca7

Browse files
committed
Gave the introduction section a makeover.
1 parent 4b68764 commit ff22ca7

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Introduction
22
------------
33

4-
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.
4+
[JSON][json-org] is a lightweight data-interchange format. It can represent
5+
numbers, strings, ordered sequences of values, and collections of name/value
6+
pairs.
77

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

11-
It can also preserve existing comment in unserialization/serialization steps,
12-
making it a convenient format to store user input files.
13-
14-
Unserialization parsing is user friendly and provides precise error reports.
10+
JsonCpp is a C++ library that allows manipulating JSON values, including
11+
serialization and deserialization to and from strings. It can also preserve
12+
existing comment in unserialization/serialization steps, making it a convenient
13+
format to store user input files.
1514

1615
Using json-cpp in your project
1716
------------------------------

0 commit comments

Comments
 (0)