addJsonArray
fun JsonArrayBuilder.addJsonArray(builderAction: JsonArrayBuilder.() -> Unit): Boolean
Content copied to clipboard
Adds the JSON array produced by the builderAction function to a resulting JSON array.
Always returns true
similarly to ArrayList specification.