Hacker News new | ask | show | jobs
by univerio 2725 days ago
Unfortunately JSON.stringify makes no guarantees about the order of keys in an Object, so that can break in subtle ways.
1 comments

Aha, that's true. I wasn't using hash maps when I did this, but what you write makes sense.