Hacker News new | ask | show | jobs
by ElectricalUnion 27 days ago
The funny thing is that JSON parsing is usually kinda unsafe in it's main target language JavaScript, and usually safe in other languages, because of the `__proto__` prototype pollution.