fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
384 B
Text
7 lines
384 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.
|