core/com.tealium.prism.core.api.data/JsonPath/Component/Key Key data class Key(val key: String) : JsonPath.ComponentComponent.Key defines a key key used for extracting items from a JSON object structure. Members 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