JsonDouble

data class JsonDouble(val value: Double) : JsonValue<Double>

Constructors

Link copied to clipboard
constructor(value: Double)

Functions

Link copied to clipboard
fun unwrap(): Any

Unwrap the value associated with the specific JsonValue type.

Properties

Link copied to clipboard