Y
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
xiphias2
2724 days ago
Aha, that's true. I wasn't using hash maps when I did this, but what you write makes sense.
link