API Reference
    Preparing search index...

    A node in the JMESPath AST.

    type Node = {
        children: Node[];
        type: string;
        value?: JSONValue;
    }
    Index

    Properties

    Properties

    children: Node[]
    type: string
    value?: JSONValue