booleanJSONArray

fun booleanJSONArray(iterator: Iterator<Boolean>): JSONArray

Wrap an Iterator of Boolean wrapped in a JSONArray.

Return

The JSONArray.

Parameters

iterator

The Iterator to wrap.