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: