jsonpath-rust 0.1.2

The library provides the basic functionality to find the set of the data according to the filtering query.
Documentation
1
2
3
4
5
6
//! The parser for the jsonpath.
//! The module grammar denotes the structure of the parsing grammar

pub(crate) mod model;
pub(crate) mod parser;