Structs§
- BadJson
Pointer Key - An error that occurs when a pointed-to value doesn’t have a key that the pointer references, with an optional suggestion for the correct key.
- BadJson
Pointer KeyContext - BadJson
Pointer Ty - An error that occurs when a pointer can’t be resolved against a value of the given type.
- Into
Json Pointer Segments - A consuming iterator over the segments of a
JsonPointer. - Json
Pointer - A parsed JSON Pointer.
- Json
Pointer Segment - A single segment of a
JsonPointer. - Json
Pointer Segments - A borrowing iterator over the segments of a
JsonPointer.
Enums§
- BadJson
Pointer - An error that occurs during traversal.
- BadJson
Pointer Syntax - An error that occurs during parsing.
- Json
Pointee Struct Ty - The name of a pointed-to struct type or enum variant, for reporting traversal errors.
- Json
Pointee Ty - The name of a pointed-to type, for reporting traversal errors.
Traits§
- Json
Pointee - A value that a
JsonPointerpoints to.
Derive Macros§
- Json
Pointee - Derives the
JsonPointeetrait for JSON Pointer (RFC 6901) traversal.