8 lines
104 B
JSON
8 lines
104 B
JSON
|
{
|
||
|
"apples": true,
|
||
|
"bananas": true,
|
||
|
"candy": {
|
||
|
"something1": true,
|
||
|
"something2": true
|
||
|
}
|
||
|
}
|