Qx v0.5.8
Qt Extensions Library
|
The Converter template struct acts as an interface that carries details on how to parse/serialize JSON to various types. More...
JSON data can be converted to/from an object of any type for which a Converter specialization exists that contains corresponding fromJson() and toJson functions.
By default, conversions are provided for:
Support for additional, non-structural types can be added like so:
If a structural type needs to be registered, the QX_JSON_STRUCT and QX_JSON_MEMBER macros should be used instead.