of
Create a MutableJsonObject out of a Map of JsonElements
Since
0.1.0
fun of(vararg values: Pair<String, JsonElement>): MutableJsonObject.MutableJsonObjectImplementation(source)
Create a MutableJsonObject out of JsonElements
Since
0.1.0
Create an empty MutableJsonObject
Since
0.1.0
Create a MutableJsonObject out of a Map of anonymous values
Since
0.1.0
fun of(vararg values: Pair<String, Any?>): MutableJsonObject.MutableJsonObjectImplementation(source)
Create a MutableJsonObject out of anonymous values
Since
0.1.0