Dear Majirefy,
There is no iterator for org.json.JSONArray. MOE is using Android’s Json implementation: https://developer.android.com/reference/org/json/JSONArray.html
Please use length() and get(idx) methods for iterating.
Best Regards,
Kristóf
Dear Majirefy,
There is no iterator for org.json.JSONArray. MOE is using Android’s Json implementation: https://developer.android.com/reference/org/json/JSONArray.html
Please use length() and get(idx) methods for iterating.
Best Regards,
Kristóf