Hacker News new | ask | show | jobs
by devy 3504 days ago
This reminds me "Parsing JSON is a minefield" post a few weeks ago, TL;DR, JSON is not standardized or (having multiple standards) making parsing / validating JSON data very tricky in edge cases.

https://news.ycombinator.com/item?id=12796556

1 comments

What are the multiple standards of JSON? I am only aware of one standard; it is the implementations that are the problem.
Read the original article that I linked in the HN discussion, skip through to the section where it says "Yet JSON is defined in at least six different documents". You're welcome.