addJsonObject
fun JsonArrayBuilder.addJsonObject(builderAction: JsonObjectBuilder.() -> 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.