What TypeScript output does this generator create?
It generates a Root interface for object inputs or a Root type alias for non-object JSON values.
Generate TypeScript interfaces from JSON examples to speed up typed development.
Generated TypeScript interfaces and types appear here.
It generates a Root interface for object inputs or a Root type alias for non-object JSON values.
Nested structures are inferred recursively, and arrays are represented with inferred item union types when needed.
Yes. Input must be valid JSON before TypeScript types can be generated.