sparker
sparker copied to clipboard
Use jsonArray.get(i) instead of calling it.next()
Hi,
I noticed that JSONArray.iterator()
is missing in the 20170516 version of org.json.
So I fixed the code to generate the index and use it as jsonArray.get(i)
.
cheers,