Companion

object Companion

Functions

Link copied to clipboard
operator fun get(index: Int): JsonPath<JsonPath.Component.Index>

Kotlin convenience method to allow expressing JsonPath items in a more succinct way:

Link copied to clipboard

Parses a string into a JsonPath.

Link copied to clipboard

Attempts to parse the given path as a JsonPath, where the root component is applicable to a JSON array and therefore extractable via an index.

Link copied to clipboard

Attempts to parse the given path as a JsonPath, where the root component is applicable to a JSON object and therefore extractable via a key.

Link copied to clipboard

Starts configuring a JsonPath that should be applied to a JSON array.

Starts configuring a JsonPath that should be applied to a JSON object.