set

operator fun set(key: String, value: String)(source)
operator fun set(key: String, value: Int)(source)
operator fun set(key: String, value: Float)(source)
operator fun set(key: String, value: Double)(source)
operator fun set(key: String, value: Short)(source)
operator fun set(key: String, value: Long)(source)
operator fun set(key: String, value: Boolean)(source)
operator fun set(key: String, value: Char)(source)
operator fun set(key: String, value: Byte)(source)
operator fun set(key: String, value: JsonElement)(source)