{
	"contacts" : [
		{
			"name" : "Contact 1 XXX",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "family"
		},
		{
			"name" : "Contact 2",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "family"
		},
		{
			"name" : "Stripe",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "cat"
		},
		{
			"name" : "Contact 4",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "colleague"
		},
		{
			"name" : "Contact 5",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "family"
		},
		{
			"name" : "Contact 6",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "colleague"
		},
		{
			"name" : "Contact 7",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "friend"
		},
		{
			"name" : "Pumpkin",
			"address" : "1, a street, a town, a city, AB12 3CD",
			"tel" : "0123456789",
			"email" : "anemail@me.com",
			"type" : "cat"
		}
	]
}