by

infix fun String.by(value: Action<GenericJsonObject>)
infix fun String.by(value: GenericJsonObject.() -> Unit)

Set a custom object value for this JsonObject

Receiver

property key

Parameters

value

configuration to apply to a new GenericJsonObject instance