get-jpaths
    Preparing search index...

    Interface JPathEntry

    interface JPathEntry {
        jpath: string;
        value: JPathValue;
    }
    Index

    Properties

    Properties

    jpath: string
    value: JPathValue