Parsing JSON in QML
-
The relevant Qt doc should be this. But it makes no mention of QML. Yet on many places on the net I find usage of functions like
JSON.parsein QML JS. Is there aJSONobject/type and where can I read about it? -
@Wieland: Thanks!