diff options
Diffstat (limited to 'devel/qjson/DESCR')
-rw-r--r-- | devel/qjson/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/qjson/DESCR b/devel/qjson/DESCR new file mode 100644 index 00000000000..ba4128795bc --- /dev/null +++ b/devel/qjson/DESCR @@ -0,0 +1,7 @@ +JSON (JavaScript Object Notation) is a lightweight data-interchange format. +It can represents integer, real number, string, an ordered sequence of +value, and a collection of name/value pairs. + +QJson is a qt-based library that maps JSON data to QVariant objects: JSON +arrays will be mapped to QVariantList instances, while JSON objects will +be mapped to QVariantMap. |