]> git.cworth.org Git - apitrace/blob - thirdparty/qjson/README
Update bundled QJson
[apitrace] / thirdparty / qjson / README
1 QJson
2 -------------------------------------------------
3 Website: http://qjson.sourceforge.net/
4 Mailing List: https://lists.sourceforge.net/mailman/listinfo/qjson-devel
5
6 Project Lead/Maintainer (2008-current):
7   Flavio Castelli <flavio@castelli.name>
8
9 Install
10 -------
11   For installation or compiling instructions, see the INSTALL file.
12
13 License
14 -------
15   This library is licensed under the Lesser GNU General Public License version 2.1.
16   See the COPYING.lib file for more information.
17
18 Description
19 -----------
20   JSON (JavaScript Object Notation) is a lightweight data-interchange format.
21   It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.
22
23   QJson is a qt-based library that maps JSON data to QVariant objects.
24   JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap.
25
26 Happy hacking
27 Flavio