https://kotlinlang.org logo
e

edvin

04/14/2017, 3:23 PM
## 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")
.