jsonObject

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

Adds JSON object

Return

self

Parameters

name

name

consumer

builder


@NotNull
open fun jsonObject(@NotNull name: @NotNull String, @Nullable jsonObject: @Nullable JsonObject): @NotNull JsonObjectBuilder

Adds JSON object

Return

self

Parameters

name

name

jsonObject

object