Skip to main content

JsonPath

Type Alias JsonPath 

Source
pub type JsonPath = String;
Expand description

Dot-path into a JSON value, with [idx] for array indices. Example: user.roles[2].name. Used to report conflict locations.

Aliased Typeยง

pub struct JsonPath { /* private fields */ }