
Json (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.