YsonInt

data class YsonInt(val value: Int) : YsonValue

YsonInt represents a 32-bit integer literal, serialized as Int(value).

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int