15 lines
186 B
JSON
15 lines
186 B
JSON
{
|
|
"foo": "bar",
|
|
"baz": [
|
|
"qux",
|
|
"quxx"
|
|
],
|
|
"corge": null,
|
|
"grault": 1,
|
|
"garply": true,
|
|
"waldo": "false",
|
|
"fred": "undefined",
|
|
"emptyarr": [],
|
|
"emptyobj": {}
|
|
}
|