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