constructJsonArray

fun <T> Collection<IPutIntoJson<T>>.constructJsonArray(): <Error class: unknown class>


fun <T> Array<T>.constructJsonArray(): <Error class: unknown class>

Creates a new JSONArray containing the contents of the input array.