Bigint aware JSON parser.
Optional
Returns unknown, so validate or cast the result to an application-specific type.
unknown
Unquoted JSON number tokens are parsed to BigInt when outside the safe integer range, otherwise to number.
BigInt aware JSON stringify.
number
bigint
undefined
JSON.stringify
Bigint aware JSON parser.