prorm API Reference
    Preparing search index...

    Interface JsonHasKeyOptions

    Options for JSON has key operation

    interface JsonHasKeyOptions {
        key: string;
        checkAll?: boolean;
    }
    Index
    key: string

    The key to check for existence

    checkAll?: boolean

    Whether to check for all keys (true) or any key (false)