|
Qx v0.7.0.1
Qt Extensions Library
|
Specifies that a type is generally convertible to/from JSON. More...
Satisfied if a Converter specialization exists for T that includes functions with the signatures:
static Qx::JsonError fromJson(T& value, const QJsonValue& jValue)static R toJson(const T& value)where R is any type that satisfies the qjson_type concept.