slackbuilds_ponce/development/qjson/README

4 lines
175 B
Text
Raw Normal View History

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.