Relative Content

Tag Archive for jsontypescriptobject

Properly convert Object to JSON Object in TypeScript

I’m not looking to convert my normal object to a JSON string like similar questions; I want to convert my TypeScript object to a typed JSON interface. I want TypeScript to stop complaining about something simple like the following: