aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-adapter-utils/src/test/resources/__files/MsoHeatUtils/free-form.json
blob: 3efe43682d3580fe5887ac5208a8266dd53c63d1 (plain)
1
2
3
4
5
6
7
{
	"a" : "value",
	"b" : {
		"my-key" : "my-value",
		"array" : [1, 3, 4]
	}
}