Hacker News new | ask | show | jobs
by eterm 2470 days ago
To be honest I think it's a big mistake on the part of typescript to not have a JSON.parse<T>.
1 comments

That would just obscure the lie. I'd rather see an explicit `as T` cast at the call site to make the "trust me, typechecker, I know what shape this is" claim be in-your-face instead of hidden behind a type parameter.

(This reply assumes you're not asking for TypeScript to make a major philosophical shift and start generating runtime code to validate types. If you are, that's a discussion worth having but goes way deeper than `JSON.parse`.)