How to configure mapping of JSON fields to TypeScript object properties? How to configure mapping of JSON fields to TypeScript object properties? json json

How to configure mapping of JSON fields to TypeScript object properties?


You could use decorators to do that . see this post for more details Type Script Decorators