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
/
multi-sheet-workbook.json
22 lines
•
361 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
{
"Quantity"
:
[
{
"Name"
:
"Widget 1"
,
"Quantity"
:
5
}
,
{
"Name"
:
"Widget 2"
,
"Quantity"
:
3
}
]
,
"Prices"
:
[
{
"Name"
:
"Widget A"
,
"Price"
:
3
}
,
{
"Name"
:
"Widget B"
,
"Price"
:
0.26
}
]
}