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

Key

data class Key(val key: String) : JsonPath.Component

Component.Key defines a key key used for extracting items from a JSON object structure.

Constructors

Key
Link copied to clipboard
constructor(key: String)

Properties

isDotNotationAllowed
Link copied to clipboard
val isDotNotationAllowed: Boolean
key
Link copied to clipboard
val key: String

Functions

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