prorm API Reference
    Preparing search index...

    Type Alias JsonExprArg

    JsonExprArg:
        | string
        | { __type: "col"; col: string }
        | { __type: "fn"; fn: string; args: any[] }
        | { __type: "literal"; sql: string }
        | { $literal: string }

    Anything that can be used as the "expression" argument to a json function.