NormalizedJsonPath

@Serializable
class NormalizedJsonPath(val segments: List<NormalizedJsonPathSegment> = listOf())(source)

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

Constructors

Link copied to clipboard
constructor(vararg segments: NormalizedJsonPathSegment)
constructor(segments: List<NormalizedJsonPathSegment> = listOf())

Properties

Link copied to clipboard

Functions

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