Number

data class Number(val value: String) : JsonToken

A JSON number (note the raw string value of the number is returned, you are responsible for converting to a concrete Number type)

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard