route/vendor/github.com/hashicorp/hcl/test-fixtures/structure2.json

11 lines
93 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"foo": [{
"baz": {
"key": 7,
"foo": "bar"
}
}, {
"key": 7
}]
}