prorm API Reference
    Preparing search index...

    Interface JsonObject

    Represents a JSON path query for JSON columns

    interface JsonObject {
        $type: "json";
        path: string;
        value?: unknown;
    }
    Index
    $type: "json"

    Type identifier for JSON

    path: string

    The JSON path to query (dot notation or array notation)

    value?: unknown

    Optional value to compare against