intJSONArray

fun intJSONArray(iterator: Iterator<Int>): JSONArray

Wrap an Iterator of Int wrapped in a JSONArray.

Return

The JSONArray.

Parameters

iterator

The Iterator to wrap.