pub fn eval<'a>(value: &'a Value, selector: &Selector) -> Vec<&'a Value>
Evaluate a selector against a JSON value tree.
Returns all matching leaf values. For wildcards and predicates the result may contain more than one entry.