Expand description
JSON Pointer (RFC 6901): type and helpers for building and parsing pointer strings.
A pointer is either the empty string (whole document) or a sequence of
reference tokens separated by /. In each token, ~0 represents ~ and
~1 represents /. Segments are stored decoded; encoding is applied when
producing the pointer string.
Structs§
- Json
Pointer - A JSON Pointer (RFC 6901): identifies a value within a JSON document.
Enums§
- Json
Pointer Error - Error when parsing a string as a JSON Pointer (RFC 6901).