Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
4698 days ago
Both are only "correct" for specific implementation, this is not specified behavior (and duplicate keys is strongly recommended
against
by the key)
1 comments
_ZeD_
4698 days ago
absolutely. This is nothing more than a clever trick, but I would never rely on it.
Honestly, tough, I think all major JSON parser behave following the two assumption.
link
masklinn
4698 days ago
streaming parsers can't follow the assumption short of becoming useless. They're either going to send only the first instance or going to send two different events.
link
Honestly, tough, I think all major JSON parser behave following the two assumption.