The QJson documentation says, "properties marked as 'non-stored' will be ignored" by QObjectHelper. But, for an object myObject with a property defined as Q_PROPERTY(QString myProperty READ myProperty WRITE setMyProperty NOTIFY myPropertyChanged STORED false), then myProperty is included in the JSON generated by this command QJson::QObjectHelper::qobject2qvariant(myObject)
The QJson documentation says, "properties marked as 'non-stored' will be ignored" by QObjectHelper. But, for an object
myObject
with a property defined asQ_PROPERTY(QString myProperty READ myProperty WRITE setMyProperty NOTIFY myPropertyChanged STORED false)
, then myProperty is included in the JSON generated by this commandQJson::QObjectHelper::qobject2qvariant(myObject)