vdf-parser icon indicating copy to clipboard operation
vdf-parser copied to clipboard

Large integers cause rounding errors

Open cbartondock opened this issue 1 year ago • 2 comments

Same issue as here https://github.com/node-steam/vdf/issues/12

Large integers (or strings that contain numerical values that get interpreted as integers) get rounded, even if they were initially intended as strings. See the following repl:

https://replit.com/@ChrisDock/Testing-node-steamvdf-for-long-strings#index.js

cbartondock avatar Mar 27 '23 02:03 cbartondock