foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
cli
/
foundry.cli.buildkite
/
JsonObjectBuilder
Json
Object
Builder
class
JsonObjectBuilder
(
source
)
Members
Constructors
Json
Object
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
JsonObject
to
Link copied to clipboard
infix
fun
String
.
to
(
value
:
Boolean
)
infix
fun
String
.
to
(
value
:
Number
)
infix
fun
String
.
to
(
value
:
String
)
infix
fun
String
.
to
(
value
:
JsonArray
)
infix
fun
String
.
to
(
value
:
JsonObject
)