json2yaml.js/example.json

13 lines
150 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"
}