EDIT: Wysota got there before me.
EDIT: Wysota got there before me.
Thanks for the answer! I'm quite a newbie, do you have some example code that I can take a look at, it would be very very helpful! Thanks again!
Use QMetaObject associated with your object to query for names of static properties or use QObject::dynamicPropertyNames() for dynamic properties. Then query the object for value of each of the properties and compose a string using the json format.
Bookmarks