avail-json
2.1.0
avail-json
/
org.availlang.json
/
doubleJSONArray
double
JSONArray
fun
doubleJSONArray
(
iterator
:
Iterator
<
Double
>
)
:
JSONArray
Content copied to clipboard
Wrap an
Iterator
of
Double
wrapped in a
JSONArray
.
Return
The
JSONArray
.
Parameters
iterator
The
Iterator
to wrap.