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

6 lines
37 B
JSON
Raw Normal View History

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