JSON to TypeScript
json-to-typescriptInfer TypeScript interface definitions from JSON samples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | JSON sample to infer TypeScript types from | |
| rootName | No | Name for the root interface | Root |
| exportTypes | No | Add export keyword to interfaces |