JsonArrayBuilder
DSL builder for a JsonArray. To create an instance of builder, use buildJsonArray build function.
Functions
Extensions
addJsonArray
Link copied to clipboard
fun JsonArrayBuilder.addJsonArray(builderAction: JsonArrayBuilder.() -> Unit): Boolean
Content copied to clipboard
Adds the JSON produced by the builderAction function to a resulting array.
addJsonObject
Link copied to clipboard
fun JsonArrayBuilder.addJsonObject(builderAction: JsonObjectBuilder.() -> Unit): Boolean
Content copied to clipboard
Adds the JSON produced by the builderAction function to a resulting array.