From 4654e7f7f397903fd29fc813dfe6bbcc6891dc00 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 25 Jan 2010 08:58:02 +0000 Subject: 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 --- devel/qjson/pkg-descr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/qjson/pkg-descr (limited to 'devel/qjson/pkg-descr') diff --git a/devel/qjson/pkg-descr b/devel/qjson/pkg-descr new file mode 100644 index 000000000000..f13201aefed2 --- /dev/null +++ b/devel/qjson/pkg-descr @@ -0,0 +1,9 @@ +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 -- cgit form method='get'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset ports of itetcu@ after taking in his commit bit for safekeeping.rene2017-02-28