JSON.parse/stringify with bigints support. Based on Douglas Crockford JSON.js package and bignumber.js library. Native Bigint was added to JS recently, so we added an option to leverage it instead of bignumber.js. However, the parsing with native BigInt is kept an option for backward compability. While most JSON parsers assume numeric values have same precision restrictions as IEEE 754 double, JSO
{{#tags}}- {{label}}
{{/tags}}