jqish
jq
jqish is a library that implements a subset of the jq language for querying and transforming JSON-like data structures in a Rust program.
pub use parser::Expr;
pub use parser::parse;