@pleisto/active-support
    Preparing search index...

    Variable safeJsonParseConst

    safeJsonParse: (
        ...args: [
            text: string,
            reviver?: (this: any, key: string, value: any) => any,
        ],
    ) => Result<any, unknown> = ...

    JSON Parser with result wrapper

    Type declaration

      • (
            ...args: [
                text: string,
                reviver?: (this: any, key: string, value: any) => any,
            ],
        ): Result<any, unknown>
      • Parameters

        • ...args: [text: string, reviver?: (this: any, key: string, value: any) => any]

        Returns Result<any, unknown>