JSON to TypeScript
Convert JSON data to TypeScript interfaces automatically. Handles nested objects and arrays.
About
This tool automatically generates TypeScript interfaces from JSON data. It correctly infers types for strings, numbers, booleans, null, arrays, and nested objects. Nested objects get their own named interfaces. Arrays are typed based on their contents.