This is a fork of json-bigint.
JSON.parse/stringify with bigints support. Based on Douglas Crockford JSON.js with bignumber.js dependency removed.
This is a simplified fork with removed config options. Native BigInt
is always used for integers, and numbers with decimals are represented by Number
s.