Package
libqjson0Version
0.8.1-3Priority
optionalSection
universe/libsSource
qjsonOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
175 kBPre Depends
multiarch-supportDepends
libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.7.0~beta1), libstdc++6 (>= 4.4.0)Homepage
http://qjson.sourceforge.net/Task
kubuntu-desktop, kubuntu-full, ubuntustudio-graphicsSupported
3yDownload Size
63.7 kBAPT Manual Installed
noAPT Sources
http://archive.ubuntu.com/ubuntu xenial/universe amd64 PackagesDescription
Qt-based library that maps JSON data to QVariant objectsJSON (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 objects will be
mapped to QVariantMap.