doubleJSONArray

fun doubleJSONArray(iterator: Iterator<Double>): JSONArray

Wrap an Iterator of Double wrapped in a JSONArray.

Return

The JSONArray.

Parameters

iterator

The Iterator to wrap.