🧾 JSON to TypeScript
Generate TypeScript types from any JSON.
TypeScript
export interface User {
name: string;
age: number;
isAdmin: boolean;
tags: string[];
address: {
city: string;
zip: number;
};
}Turn any JSON sample into a TypeScript interface or type alias — nested objects and arrays included, all in your browser.
More tools from ToolHord
Palindrome Checker Check if text reads the same forwards and backwards. Text & Data Line Deduplicator Remove duplicate lines from any text instantly. Text & Data Random Line Shuffler Randomize the order of any lines. Generators Detailed Text Stats Character-level analysis: letters, digits, symbols & more. Text & Data