property

@NotNull
open fun property(@NotNull name: @NotNull String, @NotNull property: @NotNull String): @NotNull JsonObjectBuilder
@NotNull
open fun property(@NotNull name: @NotNull String, @NotNull property: @NotNull Boolean): @NotNull JsonObjectBuilder
@NotNull
open fun property(@NotNull name: @NotNull String, @NotNull property: @NotNull Number): @NotNull JsonObjectBuilder

Adds JSON property

Return

self

Parameters

name

name

property

property