sparker icon indicating copy to clipboard operation
sparker copied to clipboard

Use jsonArray.get(i) instead of calling it.next()

Open titsuki opened this issue 4 years ago • 0 comments

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,

titsuki avatar Mar 23 '20 17:03 titsuki