JsonString

data class JsonString(val value: String) : JsonValue<String>

Constructors

Link copied to clipboard
constructor(value: String)

Functions

Link copied to clipboard
fun unwrap(): Any

Unwrap the value associated with the specific JsonValue type.

Properties

Link copied to clipboard