UNPKG
any-json
Version:
latest (3.1.0)
3.1.0
3.0.0
2.2.0
2.1.0
2.0.0
1.0.1
1.0.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Convert (almost) anything to JSON.
github.com/any-json/any-json
any-json/any-json
any-json
/
test
/
fixtures
/
in
/
product-set.xlsx.json
18 lines
•
344 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{
"id"
:
2
,
"name"
:
"An ice sculpture"
,
"price"
:
12.5
,
"tags"
:
null
,
"dimensions"
:
null
,
"warehouseLocation"
:
null
}
,
{
"id"
:
3
,
"name"
:
"A blue mouse"
,
"price"
:
25.5
,
"tags"
:
null
,
"dimensions"
:
null
,
"warehouseLocation"
:
null
}
]