File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Introduction
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
1615Using json-cpp in your project
1716------------------------------
You can’t perform that action at this time.
0 commit comments