@aracna/core - v1.5.0
    Preparing search index...

    Interface DecodeJsonOptions

    interface DecodeJsonOptions {
        castBigIntStringToBigInt?: boolean;
        castFloatStringToNumber?: boolean;
        castIntStringToNumber?: boolean;
        castUnsafeIntToBigInt?: boolean;
    }
    Index

    Properties

    castBigIntStringToBigInt?: boolean
    castFloatStringToNumber?: boolean
    castIntStringToNumber?: boolean
    castUnsafeIntToBigInt?: boolean