stringJSONArray

fun stringJSONArray(iterator: Iterator<String>): JSONArray

Wrap an Iterator of String wrapped in a JSONArray.

Return

The JSONArray.

Parameters

iterator

The Iterator to wrap.