diff options
Diffstat (limited to 'development/qjson/README')
-rw-r--r-- | development/qjson/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/qjson/README b/development/qjson/README new file mode 100644 index 0000000000..276ef56be3 --- /dev/null +++ b/development/qjson/README @@ -0,0 +1,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. |