719da6edba
JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap. This is prerequisite of Clementine and many KDE4 ports. okay landry@
4 lines
175 B
Plaintext
4 lines
175 B
Plaintext
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.
|