summaryrefslogtreecommitdiffstats
path: root/slackware64-current/slackware64/l/qjson-0.8.1-x86_64-1.txt
blob: a42e8f2dc40bf17b39ee74c7d0923c31b3e39794 (plain)
1
2
3
4
5
6
7
8
9
10
11
qjson: QJson (manage JSON objects with Qt)
qjson:
qjson: JSON (JavaScript Object Notation) is a lightweight data-interchange
qjson: format. It can represents integer, real number, string, an ordered
qjson: sequence of value, and a collection of name/value pairs.
qjson: QJson is a qt-based library that maps JSON data to QVariant objects:
qjson: JSON arrays will be mapped to QVariantList instances, while JSON's
qjson: objects will be mapped to QVariantMap.
qjson:
qjson: http://qjson.sourceforge.net/
qjson: