json-bigint
This is a fork of json-bigint.
JSON.parse/stringify with bigints support. Based on Douglas Crockford JSON.js package and bignumber.js library.
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.