pkgsrc/devel/qjson/DESCR
markd c59ad7b4aa Import qjson 0.7.1
QJson is a qt-based library that maps JSON data to QVariant objects: JSON
arrays will be mapped to QVariantList instances, while JSON objects will
be mapped to QVariantMap.
2012-03-20 10:12:24 +00:00

7 lines
366 B
Text

JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of
value, 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 objects will
be mapped to QVariantMap.