let str = "{\"x\":-0.8999999999999999}";
console.log(JSONbig.parse(str));
/project/node_modules/json-bigint/lib/parse.js:215
? BigInt(string)
^
SyntaxError: Cannot convert 0.8999999999999999 to a BigInt
at BigInt (<anonymous>)
at number (/project/node_modules/json-bigint/lib/parse.js:215:15)
Following code will throw an error: