summaryrefslogtreecommitdiffstats
path: root/development/qjson/README
blob: 276ef56be3ac7090dc0b2ce736fe0c243bce8233 (plain)
1
2
3
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.