JsonBoolean

data class JsonBoolean(val value: Boolean) : JsonValue<Boolean>

Constructors

Link copied to clipboard
constructor(value: Boolean)

Functions

Link copied to clipboard
fun unwrap(): Any

Unwrap the value associated with the specific JsonValue type.

Properties

Link copied to clipboard