Get array elements by iterating over them.
Note: You must read exactly one array item per iteration, otherwise the generator will crash.
A generator range yielding current array index until all the items are read.
JSONException if the next item isn't an array or there's a syntax error.
See Implementation
Get array elements by iterating over them.
Note: You must read exactly one array item per iteration, otherwise the generator will crash.