JSON → TypeScript Interface Generator

Paste JSON and generate strongly typed interfaces with nested type inference.

// Generated TypeScript will appear here
Tip: Arrays are inferred from all elements, and null becomes union type (e.g., string | null).