Crate chisel_json_pointer

Source
Expand description

A representation of a JSON Pointer with associated operations, as per RFC 6901

Structs§

JsonPointer
A structure representing a complete pointer, comprising multiple JsonPointerComponents

Enums§

JsonPointerComponent
Each pointer is made of one of three different component types