JsonPathQuery

Trait JsonPathQuery 

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

Required Methods§

Source

fn query(&self, json_path: &str) -> JsonPathResult<Value>

Implementations on Foreign Types§

Source§

impl JsonPathQuery for Value

Source§

fn query(&self, json_path: &str) -> JsonPathResult<Value>

Implementors§