SlackBuildsOrg/development/qjson
Jason Woodward bf08fafc1d Various: standardize newline handling and whitespace in .info files
Most DOWNLOAD values use newline escapes, but some previously
did not - let's standardize that.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-09-12 23:56:38 -05:00
..
qjson.info Various: standardize newline handling and whitespace in .info files 2010-09-12 23:56:38 -05:00
qjson.SlackBuild
README
slack-desc

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.