UNPKG
j2i
Version:
latest (1.0.0)
1.0.0
parse json to interface files of typescript
github.com/shinku/jsontointerface
shinku/jsontointerface
j2i
/
template
/
j2i
/
userdata.json
14 lines
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "apiname":
"getusername"
,
"code"
:
"123"
,
"result"
:{ "
code
":
"123"
,
"data"
:{ "username":
"shincat"
,
"userinfo"
:
"from changzhou"
,
"userage"
:
"30"
,
"list"
:[
1
,
2
,
3
,
4
] } }, "history":[
1
,
2
,
3
,
4
,
5
] }