Struct rsonpath_lib::stack_based::StackBasedRunner
source · pub struct StackBasedRunner<'q> { /* private fields */ }
Expand description
Recursive implementation of the JSONPath query engine.
Implementations§
source§impl<'q> StackBasedRunner<'q>
impl<'q> StackBasedRunner<'q>
sourcepub fn compile_query(query: &'q JsonPathQuery) -> Self
pub fn compile_query(query: &'q JsonPathQuery) -> Self
Compile a query into a StackBasedRunner
.