mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
1770cd3b5c
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>
10 lines
406 B
Plaintext
10 lines
406 B
Plaintext
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
|