jq_lang 0.2.0

Provides an AST for the jq query language
Documentation
1
2
3
4
5
6
#[derive(PartialEq, Debug)]
pub enum NodeType {
    Program,
    Identity,
    ObjectIdentifierIndex
}