JSON configuration settings The `config` object s...
# tornadofx
e
## JSON configuration settings The
config
object supports
JsonObject
,
JsonArray
and
JsonModel
. You set them using
config.set("key" to value)
and retrieve them using
config.jsonObject("key")
,
config.jsonArray("key")
and
config.jsonModel("key")
.