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