json-to-typescript

JSON example
TypeScript
interface Root { id: number; name: string; active: boolean; }