Paste a sample JSON object, and the tool generates matching TypeScript interfaces from its structure.
Yes — nested objects become nested interfaces or inline types automatically.
Arrays of objects generate typed array signatures like UserItem[].
Fields are marked as required by default. Manually add ? for optional fields.