jsonObjectOf

@JvmName(name = "jsonObjectOfElements")
fun jsonObjectOf(value: Map<String, JsonElement>): JsonObject(source)

Create a JsonObject out of a Map of JsonElements

Since

0.1.0


@JvmName(name = "jsonObjectOfElements")
fun jsonObjectOf(vararg values: Pair<String, JsonElement>): JsonObject(source)

Create a JsonObject out of JsonElements

Since

0.1.0


Create a JsonObject out of a Map of anonymous values

Since

0.1.0


fun jsonObjectOf(vararg values: Pair<String, Any?>): JsonObject(source)

Create a JsonObject out of anonymous values

Since

0.1.0


Create an empty JsonObject

Since

0.1.0