OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / structure2.json
1 {
2         "foo": [{
3                 "baz": {
4                         "key": 7,
5                         "foo": "bar"
6                 }
7     }, {
8                 "key": 7
9         }]
10 }