Closed ghost closed 9 years ago
// test for RJSONIO toJSON precision issue h.parseEvalQ("json = toJSON(1234687.796545568, digits=Inf)") json = h.get('json') json = JSON.parse(json) console.log(json)
Thanks for finding and fixing this rounding issue! I merged your pull request into the master branch and published an updated version to npm.