hcl/json/parser/test-fixtures/array.json
Mitchell Hashimoto f5a27d4be4 json/parser
2015-11-08 15:50:37 -08:00

5 lines
45 B
JSON

{
"foo": [1, 2, "bar"],
"bar": "baz"
}