18 lines
205 B
JSON
18 lines
205 B
JSON
|
{
|
||
|
"foo": "bar",
|
||
|
"baz": [
|
||
|
"qux",
|
||
|
"quxx"
|
||
|
],
|
||
|
"corge": {
|
||
|
"grault": 1,
|
||
|
"garply": true,
|
||
|
"waldo": "false",
|
||
|
"fred": null
|
||
|
},
|
||
|
"empty": {
|
||
|
},
|
||
|
"hello": "world",
|
||
|
"answer": 42
|
||
|
}
|