json-joy
    Preparing search index...

    Interface OperationMatches

    interface OperationMatches {
        ignore_case?: boolean;
        op: "matches";
        path: string | Path;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ignore_case?: boolean
    op: "matches"
    path: string | Path
    value: string