avail-json
2.1.1
avail-json
/
org.availlang.json
/
intJSONArray
int
JSONArray
fun
intJSONArray
(
iterator
:
Iterator
<
Int
>
)
:
JSONArray
Content copied to clipboard
Wrap an
Iterator
of
Int
wrapped in a
JSONArray
.
Return
The
JSONArray
.
Parameters
iterator
The
Iterator
to wrap.