addJsonObject

fun JsonArrayBuilder.addJsonObject(builderAction: JsonObjectBuilder.() -> Unit): Boolean

Adds the JSON produced by the builderAction function to a resulting array.

Always returns true similarly to ArrayList specification.