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
/
out
/
test
/
fixtures
/
in
/
product.json
15 lines
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"id"
:
2
,
"name"
:
"An ice sculpture"
,
"price"
:
12.50
,
"tags"
:
[
"cold"
,
"ice"
]
,
"dimensions"
:
{
"length"
:
7.0
,
"width"
:
12.0
,
"height"
:
9.5
}
,
"warehouseLocation"
:
{
"latitude"
:
-78.75
,
"longitude"
:
20.4
}
}