Trait analyse_json::json::paths::JSONPathIndex
source · pub trait JSONPathIndex: Index {
// Required method
fn jsonpath(&self) -> String;
}pub trait JSONPathIndex: Index {
// Required method
fn jsonpath(&self) -> String;
}