![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtJSON class implements serializing/deserializing from/to JSON More...
#include <QxtJSON>
The QxtJSON class implements serializing/deserializing from/to JSON
implements JSON (JavaScript Object Notation) is a lightweight data-interchange format. see http://www.json.org/
JSON Type | Qt Type |
---|---|
object | QVariantMap/QVariantHash |
array | QVariantList/QStringList |
string | QString |
number | int,double |
true | bool |
false | bool |
null | QVariant() |
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |