[go: up one dir, main page]

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 */ }