JsonPointer
Represents a JSON Pointer as defined in RFC 6901.
A JSON Pointer is a string that identifies a specific value within a JSON document using an array of reference tokens. Segments are separated by '/' and may contain '~' (for escaping) characters.
Types
Link copied to clipboard
object Companion
Companion object for creating JsonPointer instances and providing constants.
Properties
Functions
Link copied to clipboard
Returns the path segment at the specified index.
Link copied to clipboard
Concatenates this pointer with another pointer, creating a new pointer with combined segments.
Link copied to clipboard
Pops the first segment from this pointer, returning both the segment and a new pointer without that segment.
Link copied to clipboard
Returns the URI fragment identifier representation of this pointer, as defined in RFC 6901 §6.