json2yaml.js/tests/array.json

23 lines
225 B
JSON

[
"baz",
"qux",
"quxx",
null,
true,
{
"foo": "bar",
"corge": null,
"grault": 1,
"garply": true,
"waldo": "false",
"fred": "undefined"
},
[
"hello",
"world"
],
42,
[
]
]