freebsd-ports/devel/qjson/pkg-descr
Alberto Villa dbbba7cc57 - Update to 0.8.1.
- Use OPTIONSng.
- Improve COMMENT.
2013-01-13 14:05:05 +00:00

9 lines
419 B
Text

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
and vice versa. JSON arrays will be mapped to QVariantList instances,
while JSON objects will be mapped to QVariantMap.
WWW: http://qjson.sourceforge.net