UNPKG
homefront
Version:
latest (3.0.0)
3.0.0
2.0.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Object manipulation packed in a simple module.
github.com/SpoonX/homefront
SpoonX/homefront
homefront
/
test
/
resources
/
nested.json
22 lines
(21 loc)
•
334 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
{
"cake"
:
"lie"
,
"food"
:
{
"bacon"
:
{
"taste"
:
"good"
,
"healthy"
:
"no"
,
"butgooddo"
:
"yeah"
}
,
"apple"
:
{
"isorange"
:
"no"
,
"healthy"
:
"yes"
,
"taste"
:
"hmmmyes"
}
}
,
"car"
:
{
"doors"
:
"4"
,
"pedals"
:
"yes"
,
"tires"
:
"maybe"
}
,
"fruit"
:
null
}