pub type JsonPath = String;
Dot-path into a JSON value, with [idx] for array indices. Example: user.roles[2].name. Used to report conflict locations.
[idx]
user.roles[2].name
pub struct JsonPath { /* private fields */ }