prorm API Reference
    Preparing search index...

    Interface JsonPathOptions

    Options for JSON path extraction

    interface JsonPathOptions {
        path: string;
        value?: any;
    }
    Index
    path: string

    The JSON path to extract (e.g., '$.settings.theme' or 'settings.theme')

    value?: any

    Optional value to compare against the extracted path