floatJSONArray

fun floatJSONArray(iterator: Iterator<Float>): JSONArray

Wrap an Iterator of Float wrapped in a JSONArray.

Return

The JSONArray.

Parameters

iterator

The Iterator to wrap.