          MODULE=qjson
         VERSION=0.9.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/flavio/qjson/archive/0.9.0.tar.gz
      SOURCE_VFY=sha256:e812617477f3c2bb990561767a4cd8b1d3803a52018d4878da302529552610d4
        WEB_SITE=http://qjson.sourceforge.net/
         ENTERED=20100624
         UPDATED=20171222
           SHORT="Qt5 JavaScript Object Notation"

cat << EOF
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.

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.
EOF
