Companion

Functions

Link copied to clipboard

Create an empty JsonObject

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

Create a JsonObject out of anonymous values

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

Create a JsonObject out of a Map of anonymous values