Hacker News new | ask | show | jobs
by int_19h 779 days ago
Regardless of what the libraries should be doing, there is the reality of what they are doing.
1 comments

Luckily, there are not many broken JSON parsers out there, as this is a well-known issue. Just about the only parser that remains broken is Javascript's JSON.parse(), because it doesn't allow for any options to control the parser, which is why we keep having this discussion.