|
|
|
|
|
by Safety1stClyde
1902 days ago
|
|
> And although officially JSON requires quoted strings, almost none of the parsers actually enforce that What programming language? I'm not familiar with those parsers, the ones I know of very much do enforce quoted strings. > you will find a huge amount of JSON out there that is not actually compliant with the official spec The parsers I use all follow the current JSON RFC specification, and I've never encountered any JSON from APIs which they reject. > Just like browsers have huge hacks in them to handle misformed HTML. Web browsers do deal with a variety of things, not so much JSON parsers in my experience. |
|