▲ Why does JSON.parse corrupt large numbers and how to solve this? at jsoneditoronline.org▼4 up and 0 down, posted by josdejong 779 days ago 2 comments
MaxArt 778 days ago. link 3 points ▲ ▼I guess it all boils down to: * because JS' number values have limits; * use a reviver that creates BigInt values if necessary: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#the_reviver_parameter