JSON 转 TypeScript 转换器

从 JSON 数据自动生成 TypeScript 接口

JSON 输入

json
Ln 1, Col 1
1
2
3
4
5
6
7
8
9
10

输出

typescript
Ln 1, Col 1
1
2
3
4
5
6
7
8
9
10