hcl/test-fixtures/structure_multi.json
Mitchell Hashimoto 1879551ff7 unix line endings
2014-08-02 22:05:36 -07:00

12 lines
84 B
JSON

{
"foo": [{
"baz": [{
"key": 7
}]
}, {
"bar": [{
"key": 12
}]
}]
}