Objective is to read data from json file using node js. Observed that numbers with more than 16 digit precision are rounded. Code:
var raw = fs.readFileSync(file);
JSON.parse(raw);
Result:
0.59190000000000009 is rounded to 0.5919000000000001
4647.3424257097241 to 4647.342425709725
6441579.5333300168 to 6441579.533330017