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

Link copied to clipboard
constructor(key: String)

Properties

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

Functions

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