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