Type Alias sonic_rs::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 */ }pub type JsonPointer = Vec<PointerNode>;Represents a json pointer path. It can be created by [pointer!] macro.
struct JsonPointer { /* private fields */ }