diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-25 16:58:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-25 16:58:02 +0800 |
commit | 4654e7f7f397903fd29fc813dfe6bbcc6891dc00 (patch) | |
tree | 391c3d49eefa2c9295dfd27d29a1b3402c190cdb /devel/Makefile | |
parent | 052f1bbab20e38effec7cb14866d2d3eff2e7651 (diff) | |
download | freebsd-ports-gnome-4654e7f7f397903fd29fc813dfe6bbcc6891dc00.tar.gz freebsd-ports-gnome-4654e7f7f397903fd29fc813dfe6bbcc6891dc00.tar.zst freebsd-ports-gnome-4654e7f7f397903fd29fc813dfe6bbcc6891dc00.zip |
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integers, real numbers, strings, an ordered
sequence of values, 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's
objects will be mapped to QVariantMap.
WWW: http://qjson.sourceforge.net
PR: ports/142307
Submitted by: Alberto Villa <villa.alberto at gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a386c04ccbb6..4587ef5742e8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2706,6 +2706,7 @@ SUBDIR += qct SUBDIR += qdevelop SUBDIR += qgit + SUBDIR += qjson SUBDIR += qmake SUBDIR += qmake4 SUBDIR += qprog |