summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/structure_multi.json
blob: 773761aca5b849f39030892d603fba6375153c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"foo": {
		"baz": {
			"key": 7
		},

		"bar": {
			"key": 12
		}
	}
}