json2yaml.js/tests/object.json

18 lines
205 B
JSON
Raw Normal View History

2012-01-30 20:18:18 +00:00
{
"foo": "bar",
"baz": [
"qux",
"quxx"
],
"corge": {
"grault": 1,
"garply": true,
"waldo": "false",
"fred": null
},
"empty": {
},
"hello": "world",
"answer": 42
}