longJSONArray

fun longJSONArray(iterator: Iterator<Long>): JSONArray

Wrap an Iterator of Long wrapped in a JSONArray.

Return

The JSONArray.

Parameters

iterator

The Iterator to wrap.