K 10 svn:author V 4 miwi K 8 svn:date V 27 2010-01-25T08:58:02.000000Z K 7 svn:log V 482 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. JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap. WWW: http://qjson.sourceforge.net PR: ports/142307 Submitted by: Alberto Villa END