IndexSegment

@Serializable
class IndexSegment(val index: UInt) : NormalizedJsonPathSegment(source)

Constructors

Link copied to clipboard
constructor(index: UInt)

Properties

Link copied to clipboard
val index: UInt

Functions

Link copied to clipboard
open override fun toString(): String