Hi, it's easy to wrap JSON in too many layers, I think the culprit is this line
....
const QJsonArray array{ value.toArray() };
...
I think that QJSonArray array is a double wrapper, that's why you get size() = 1, because that's the size of the outer array (i.e. the outer array has 1 element, which is one array which has 3 elements :-).
-
-
-
Qt6 and Windows 2016
Unsolved General and Desktop -
-
-
-
-
-
View3D
Unsolved QML and Qt Quick -
-
-
-
-
-
-
-
-
-
-