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