YsonArray

data class YsonArray(val elements: List<YsonValue>) : YsonValue

YsonArray represents an ordered list of values.

Constructors

Link copied to clipboard
constructor(elements: List<YsonValue>)

Properties

Link copied to clipboard