Description
libqjson0-32bit - QJson is a qt-based library that maps JSON data to QVariant objects
Distribution: openSUSE 42.1
Repository: openSUSE Oss all
Package name: libqjson0-32bit
Package version: 0.8.1
Package release: 8.2
Package architecture: x86_64
Package type: rpm
Installed size: 142.38 KB
Download size: 57.46 KB
Official Mirror: ftp.gwdg.de
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represent integer, real number, string, an ordered sequence of value,
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.