pub trait JsonPathQuery { // Required method fn query(&self, json_path: &str) -> JsonPathResult<Value>; }