JSON to TypeScript
Paste a JSON sample to generate TypeScript interfaces. Nested objects become their own named interfaces, arrays infer their element type from the first item, and null values map to the null type. Everything runs in your browser.
Paste a JSON sample to generate TypeScript interfaces. Nested objects become their own named interfaces, arrays infer their element type from the first item, and null values map to the null type. Everything runs in your browser.