NormalizedJsonPathSegment

@Serializable
sealed interface NormalizedJsonPathSegment(source)

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

Inheritors

Types

Link copied to clipboard
@Serializable
class IndexSegment(val index: UInt) : NormalizedJsonPathSegment
Link copied to clipboard
@Serializable
class NameSegment(val memberName: String) : NormalizedJsonPathSegment