JsonInteger

data class JsonInteger(val value: Int) : JsonValue<Int>

Constructors

Link copied to clipboard
constructor(value: Int)

Functions

Link copied to clipboard
fun unwrap(): Any

Unwrap the value associated with the specific JsonValue type.

Properties

Link copied to clipboard
val value: Int