libqjson
http://qjson.sourceforge.net
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represents 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.
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout KDE:Qt/libqjson && cd $_
- Create Badge
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000009 9 Bytes | |
libqjson.changes | 0000003383 3.3 KB | |
libqjson.spec | 0000003174 3.1 KB | |
qjson-0.9.0.tar.gz | 0000098300 96 KB |
Comments 1
In the changelog it is written that qt5 support is now available. Why do you keep building against qt4?