json2yaml.js/example.json

15 lines
186 B
JSON
Raw Normal View History

2012-01-30 20:18:18 +00:00
{
"foo": "bar",
"baz": [
"qux",
"quxx"
],
"corge": null,
"grault": 1,
"garply": true,
"waldo": "false",
"fred": "undefined",
"emptyarr": [],
"emptyobj": {}
2012-01-30 20:18:18 +00:00
}