aboutsummaryrefslogtreecommitdiff
path: root/devel/qjson
Commit message (Collapse)AuthorAgeFilesLines
* - Install documentation.Alberto Villa2010-06-122-5/+26
| | | | | | | | | | | | | - Fix cmake modules path. - Add LICENSE. - Bump PORTREVISION. PR: ports/147765 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=256443
* - Update my e-mail address in the ports I maintain.Alberto Villa2010-01-261-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=248632
* JSON (JavaScript Object Notation) is a lightweight data-interchangeMartin Wilke2010-01-254-0/+55
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> Notes: svn path=/head/; revision=248518