UNPKG
json.excel
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
json to excel,or excel to json
github.com/donghanji/json.excel
donghanji/json.excel
json.excel
/
test
/
test.json
25 lines
•
395 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "data": [ { "
a
":
1
,
"b"
:
2
,
"c"
:
3
,
"d"
:
"test"
,
"e"
: true }, { "
a
":
5
,
"b"
:
6
,
"c"
:
7
,
"d"
:
8
,
"e"
:
9
}, { "
a
":
11
,
"b"
:
""
,
"c"
:
12
,
"d"
:
14
,
"e"
:
15
} ] }