Package-level declarations

Types

Link copied to clipboard
interface FilterPredicate
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

specification: https://datatracker.ietf.org/doc/rfc9535/ date: 2024-02 section: 2.4.1. Type System for Function Expressions

Link copied to clipboard

specification: https://datatracker.ietf.org/doc/rfc9535/ date: 2024-02 section: 2.4.1. Type System for Function Expressions

Link copied to clipboard

specification: https://datatracker.ietf.org/doc/rfc9535/ date: 2024-02 section: 2.4. Function Extensions

Link copied to clipboard
interface JsonPathQuery
Link copied to clipboard
open class JsonPathQueryException(message: String) : Exception
Link copied to clipboard
Link copied to clipboard
@Serializable
data class NodeListEntry(val normalizedJsonPath: NormalizedJsonPath, val value: JsonElement)
Link copied to clipboard
@Serializable
class NormalizedJsonPath(val segments: List<NormalizedJsonPathSegment> = listOf())

specification: https://datatracker.ietf.org/doc/rfc9535/ date: 2024-02 section: 2.7. Normalized Paths

Link copied to clipboard
@Serializable
sealed interface NormalizedJsonPathSegment

specification: https://datatracker.ietf.org/doc/rfc9535/ date: 2024-02 section: 2.7. Normalized Paths