Index

data class Index(val index: Int) : JsonPath.Component

Component.Index defines an index used for extracting items from a JSON array structure.

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val index: Int

Functions

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