jsonArray

@NotNull
open fun jsonArray(@NotNull name: @NotNull String, @Nullable array: @Nullable JsonArray): @NotNull JsonObjectBuilder

Adds JSON array

Return

self

Parameters

name

name

array

array


@NotNull
open fun jsonArray(@NotNull name: @NotNull String, @NotNull consumer: @NotNull Consumer<JsonArrayBuilder>): @NotNull JsonObjectBuilder

Adds JSON array

Return

self

Parameters

name

name

consumer

consumer