slackbuilds_ponce/development/qjson/README
otzy_007 7ec62a2303 development/qjson: Added.
QJson is a qt-based library that maps JSON data to QVariant
  objects.  Thanks to "otzy_007".
2010-05-15 10:50:19 +02:00

3 lines
175 B
Text

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.