1
2
3
4
5
6
7
//! The parser for the jsonpath.
//! The module grammar denotes the structure of the parsing grammar

mod macros;
pub mod model;
#[allow(clippy::module_inception)]
pub mod parser;