Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/JsonPath/Component/Index

Index

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

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

Constructors

Index
Link copied to clipboard
constructor(index: Int)

Properties

index
Link copied to clipboard
val index: Int

Functions

toString
Link copied to clipboard
open override fun toString(): String
Generated by Dokka
(c) Tealium 2026