jsonpath-plus
    Preparing search index...

    Interface JSONPathOptions

    interface JSONPathOptions {
        autostart?: boolean;
        callback?: JSONPathCallback;
        eval?: EvalValue;
        flatten?: boolean;
        ignoreEvalErrors?: boolean;
        json?: any;
        otherTypeCallback?: OtherTypeCallback;
        parent?: any;
        parentProperty?: ParentProperty;
        path?: PathType;
        resultType?: ResultType;
        sandbox?: SandboxType;
        wrap?: boolean;
    }
    Index
    autostart?: boolean
    callback?: JSONPathCallback
    eval?: EvalValue
    flatten?: boolean
    ignoreEvalErrors?: boolean
    json?: any
    otherTypeCallback?: OtherTypeCallback

    Defaults to function which throws on encountering @other

    parent?: any
    parentProperty?: ParentProperty
    path?: PathType
    resultType?: ResultType
    sandbox?: SandboxType
    wrap?: boolean