option

fun option(key: String, description: String? = null)(source)

Adds an option; with no description it is sent as null, fine when the key says it all.


fun option(key: String, entry: JsonElement)(source)