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.
In my app I use json object to get result from remote database. Usually response string looks like: { status:"ok", …
c++ json qt qjson qjsonobject