json2yaml.js/tests/object.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
}