• Parses a string representation back into an object, correctly handling tagged BigInt values.

    Parameters

    • data: string

      The string representing the stringified object.

    Returns Record<string, AnyData>

    The parsed object with BigInt values restored.