API 参考
    正在准备搜索索引...

    类型别名 EJSONOptions

    type EJSONOptions = {
        legacy?: boolean;
        relaxed?: boolean;
        useBigInt64?: boolean;
    }
    索引

    属性

    legacy?: boolean

    Output using the Extended JSON v1 spec

    relaxed?: boolean

    Enable Extended JSON's relaxed mode, which attempts to return native JS types where possible, rather than BSON types

    useBigInt64?: boolean

    Enable native bigint support