Function expand_jsonpath_query

Source
pub fn expand_jsonpath_query<'a>(
    settings: &'a Settings,
    json_iter: impl Iterator<Item = (String, Value)> + 'a,
    errors: &Errors<IndexedNDJSONError>,
) -> Box<dyn Iterator<Item = (String, Value)> + 'a>
Expand description

Handles the jsonpath query expansion of the Iterators values. Single threaded

See also expand_jsonpath_query_par