You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
264 B
20 lines
264 B
|
7 months ago
|
{
|
||
|
|
"apples": true,
|
||
|
|
"bananas": true,
|
||
|
|
"foo": {
|
||
|
|
"bar": "boo"
|
||
|
|
},
|
||
|
|
"candy": {
|
||
|
|
"something": "file1",
|
||
|
|
"something1": true,
|
||
|
|
"something2": true,
|
||
|
|
"something5": {
|
||
|
|
"first": 1,
|
||
|
|
"second": 2
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"unicorn": {
|
||
|
|
"exists": true
|
||
|
|
}
|
||
|
|
}
|