prorm API Reference
    Preparing search index...

    Interface JsonExtractOptions

    interface JsonExtractOptions {
        asText?: boolean;
    }
    Index
    asText?: boolean

    When true (the default), extract the value as text/scalar (the ->>-equivalent). When false, extract as a JSON-typed sub-value (the ->-equivalent), where the dialect distinguishes the two.