Hi!

If found out from this example http://qtwiki.org/Parsing_JSON_with_...ard_QT_library how easy it was to parse json with Qt. Nice! But what if I need the other way around? I need to build json from QObject instance, how to do that?

Thanks!