Function jsonpath_rust::find_slice
source ยท pub fn find_slice<'a>(
path: &'a JsonPathInst,
json: &'a Value
) -> Vec<JsonPathValue<'a, Value>>
Expand description
finds a slice of data in the set json. The result is a vector of references to the incoming structure.