mikegashler / waffles

A toolkit of machine learning algorithms.
http://gashler.com/mike/waffles/
86 stars 33 forks source link

GDom::writeJson does not work for small/large numbers #16

Closed thelukester92 closed 7 years ago

thelukester92 commented 7 years ago

std::ostream automatically displays values in scientific notation, and deserialization does not read in values in scientific notation correctly.

thelukester92 commented 7 years ago

Pushed a fix.