How to automatically map JSON data to a TypeScript object
Introduction
Interacting with JSON APIs, files, configs, etc. doesn't have to be such a hassle. Keeping your code clean and maintainable can be difficult when using loosely-typed data that can change at any time and, as I've talked about in my previo...
blog.snisni.it3 min read