JsonObject

open class JsonObject

A super simple representation of a JSON object.

This class only exists to make methods of the JsonObjectBuilder type-safe and not allow a raw string inputs for methods like appendField.

Functions

Link copied to clipboard
open fun toString(): String