blob: 3fd6cf776b4e494e3944a260db9550b49fcdf424 (
plain)
1
2
3
4
5
6
7
8
9
|
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integers, real numbers, strings, an ordered
sequence of values, and a collection of name/value pairs.
QJson is a Qt-based library that maps JSON data to QVariant objects
and vice versa. JSON arrays will be mapped to QVariantList instances,
while JSON objects will be mapped to QVariantMap.
WWW: http://qjson.sourceforge.net
|