What does the JSON → TS do?
This generator turns a JSON sample — an API response, a config file, a fixture — into TypeScript interfaces you can paste straight into your code. Nested objects become their own named interfaces, and arrays of objects are merged into a single element type.
