
QJson
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.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 objects will be mapped to QVariantMap.
8 years ago
Ensure API and ABI compatibility with 0.7.1
8 years ago
Ensure API and ABI compatibility with 0.7.1
mordeitaly
10 years ago
Report
micron
10 years ago
Report