Newer
Older
pokemon-go-trade / vendor / github.com / hashicorp / hcl / test-fixtures / structure2.json
Simon Lindgren on 12 Feb 2021 83 bytes first commit
{
	"foo": [{
		"baz": {
			"key": 7,
			"foo": "bar"
		}
    }, {
		"key": 7
	}]
}