of

Create an empty JsonObject

Since

0.1.0


fun of(value: Map<String, Any?>): JsonObject(source)

Create a JsonObject out of a Map of anonymous values

Since

0.1.0


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

Create a JsonObject out of anonymous values

Since

0.1.0