hcl/test-fixtures/structure2.json
Mitchell Hashimoto 1bffcd38ba structure2 test
2014-08-02 22:18:39 -07:00

11 lines
92 B
JSON

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