json Array
Answer a JSONArray that has had the provided arrayAction applied to it.
Return
A JSONArray.
Parameters
raw
The raw JSON as a string.
array Action
A lambda that accepts the created and returned JSONArray.
fun jsonArray(reader: Reader, arrayAction: JSONArray.() -> Unit): JSONArray
Content copied to clipboard
Answer a JSONArray that has had the provided arrayAction applied to it.
Return
A JSONArray.