hcl/json/parser/test-fixtures/array.json

5 lines
45 B
JSON
Raw Normal View History

2015-11-08 23:50:37 +00:00
{
"foo": [1, 2, "bar"],
"bar": "baz"
}