Path

Type Alias Path 

Source
pub type Path = Vec<PathElement>;
Expand description

A JSON path is a sequence of string keys and integer indices. Example: ["users", 0, "name"]data.users[0].name

Aliased Type§

pub struct Path { /* private fields */ }