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