Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
5.0.0 Beta 1, 5.0.0
-
None
Description
Currently, QJsonObject and QJsonArray only have STL-style iterators, but Java-style iterators are missing. They can be converted to QVariantMap/QVariantList, but as Java-style iterators seem to be the Qt standard, I don't understand why only a STL-syle iterator exists.