fun set(index: Int, value: Any?): Unit
Overrides JsonContainer.set
Since 1.0 Sets value as the element at index index. if JsonObject, index works as a property key.