summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/structure_flat.json
blob: 5256db475769331b7fb8ee02b89822d06963e5e0 (plain)
1
2
3
4
5
6
7
8
{
	"foo": {
		"baz": {
			"key": 7,
			"foo": "bar"
		}
	}
}