Hacker News new | ask | show | jobs
by 01HNNWZ0MV43FF 815 days ago
Oh wow. So serde_json doesn't roundtrip floats by default, it uses some imprecise faster algorithm https://github.com/serde-rs/json/issues/707

Good thing there's msgpack I guess.