sonic_rs

Type Alias JsonPointer

Source
pub type JsonPointer = Vec<PointerNode>;
Expand description

Represents a json pointer path. It can be created by pointer macro.

Aliased Typeยง

struct JsonPointer { /* private fields */ }