mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7ec62a2303
QJson is a qt-based library that maps JSON data to QVariant objects. Thanks to "otzy_007".
3 lines
175 B
Text
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.
|