{
	"title": "World Happiness Report",
	"details": "Happiness scored according to economic production, life expectancy, etc.",
	"config": {
		"rows": ["region"],
		"columns": ["year"],
		"values": [
			{ "field": "score", "method": "max" },
			{ "field": "health", "method": "max" },
			{ "field": "family", "method": "max" },
			{ "field": "gdp", "method": "max" }
		]
	},
	"fields": [
		{ "id": "country", "label": "Country", "type": "text" },
		{ "id": "region", "label": "Region", "type": "text" },
		{ "id": "rank", "label": "Rank", "type": "number" },
		{ "id": "score", "label": "Score", "type": "number" },
		{ "id": "gdp", "label": "GDP", "type": "number" },
		{ "id": "family", "label": "Family", "type": "number" },
		{ "id": "health", "label": "Health", "type": "number" },
		{ "id": "freedom", "label": "Freedom", "type": "number" },
		{ "id": "corruption", "label": "Corruption", "type": "number" },
		{ "id": "generosity", "label": "Generosity", "type": "number" },
		{ "id": "year", "label": "Year", "type": "number", "format": false }
	],
	"data": [
		{
			"country": "Switzerland",
			"region": "Western Europe",
			"rank": 1,
			"score": 7.587,
			"gdp": 1.39651,
			"family": 1.34951,
			"health": 0.94143,
			"freedom": 0.66557,
			"corruption": 0.41978,
			"generosity": 0.29678,
			"year": 2015
		},
		{
			"country": "Iceland",
			"region": "Western Europe",
			"rank": 2,
			"score": 7.561,
			"gdp": 1.30232,
			"family": 1.40223,
			"health": 0.94784,
			"freedom": 0.62877,
			"corruption": 0.14145,
			"generosity": 0.4363,
			"year": 2015
		},
		{
			"country": "Denmark",
			"region": "Western Europe",
			"rank": 3,
			"score": 7.527,
			"gdp": 1.32548,
			"family": 1.36058,
			"health": 0.87464,
			"freedom": 0.64938,
			"corruption": 0.48357,
			"generosity": 0.34139,
			"year": 2015
		},
		{
			"country": "Norway",
			"region": "Western Europe",
			"rank": 4,
			"score": 7.522,
			"gdp": 1.459,
			"family": 1.33095,
			"health": 0.88521,
			"freedom": 0.66973,
			"corruption": 0.36503,
			"generosity": 0.34699,
			"year": 2015
		},
		{
			"country": "Canada",
			"region": "North America",
			"rank": 5,
			"score": 7.427,
			"gdp": 1.32629,
			"family": 1.32261,
			"health": 0.90563,
			"freedom": 0.63297,
			"corruption": 0.32957,
			"generosity": 0.45811,
			"year": 2015
		},
		{
			"country": "Finland",
			"region": "Western Europe",
			"rank": 6,
			"score": 7.406,
			"gdp": 1.29025,
			"family": 1.31826,
			"health": 0.88911,
			"freedom": 0.64169,
			"corruption": 0.41372,
			"generosity": 0.23351,
			"year": 2015
		},
		{
			"country": "Netherlands",
			"region": "Western Europe",
			"rank": 7,
			"score": 7.378,
			"gdp": 1.32944,
			"family": 1.28017,
			"health": 0.89284,
			"freedom": 0.61576,
			"corruption": 0.31814,
			"generosity": 0.4761,
			"year": 2015
		},
		{
			"country": "Sweden",
			"region": "Western Europe",
			"rank": 8,
			"score": 7.364,
			"gdp": 1.33171,
			"family": 1.28907,
			"health": 0.91087,
			"freedom": 0.6598,
			"corruption": 0.43844,
			"generosity": 0.36262,
			"year": 2015
		},
		{
			"country": "New Zealand",
			"region": "Australia and New Zealand",
			"rank": 9,
			"score": 7.286,
			"gdp": 1.25018,
			"family": 1.31967,
			"health": 0.90837,
			"freedom": 0.63938,
			"corruption": 0.42922,
			"generosity": 0.47501,
			"year": 2015
		},
		{
			"country": "Australia",
			"region": "Australia and New Zealand",
			"rank": 10,
			"score": 7.284,
			"gdp": 1.33358,
			"family": 1.30923,
			"health": 0.93156,
			"freedom": 0.65124,
			"corruption": 0.35637,
			"generosity": 0.43562,
			"year": 2015
		},
		{
			"country": "Israel",
			"region": "Middle East and Northern Africa",
			"rank": 11,
			"score": 7.278,
			"gdp": 1.22857,
			"family": 1.22393,
			"health": 0.91387,
			"freedom": 0.41319,
			"corruption": 0.07785,
			"generosity": 0.33172,
			"year": 2015
		},
		{
			"country": "Costa Rica",
			"region": "Latin America and Caribbean",
			"rank": 12,
			"score": 7.226,
			"gdp": 0.95578,
			"family": 1.23788,
			"health": 0.86027,
			"freedom": 0.63376,
			"corruption": 0.10583,
			"generosity": 0.25497,
			"year": 2015
		},
		{
			"country": "Austria",
			"region": "Western Europe",
			"rank": 13,
			"score": 7.2,
			"gdp": 1.33723,
			"family": 1.29704,
			"health": 0.89042,
			"freedom": 0.62433,
			"corruption": 0.18676,
			"generosity": 0.33088,
			"year": 2015
		},
		{
			"country": "Mexico",
			"region": "Latin America and Caribbean",
			"rank": 14,
			"score": 7.187,
			"gdp": 1.02054,
			"family": 0.91451,
			"health": 0.81444,
			"freedom": 0.48181,
			"corruption": 0.21312,
			"generosity": 0.14074,
			"year": 2015
		},
		{
			"country": "United States",
			"region": "North America",
			"rank": 15,
			"score": 7.119,
			"gdp": 1.39451,
			"family": 1.24711,
			"health": 0.86179,
			"freedom": 0.54604,
			"corruption": 0.1589,
			"generosity": 0.40105,
			"year": 2015
		},
		{
			"country": "Brazil",
			"region": "Latin America and Caribbean",
			"rank": 16,
			"score": 6.983,
			"gdp": 0.98124,
			"family": 1.23287,
			"health": 0.69702,
			"freedom": 0.49049,
			"corruption": 0.17521,
			"generosity": 0.14574,
			"year": 2015
		},
		{
			"country": "Luxembourg",
			"region": "Western Europe",
			"rank": 17,
			"score": 6.946,
			"gdp": 1.56391,
			"family": 1.21963,
			"health": 0.91894,
			"freedom": 0.61583,
			"corruption": 0.37798,
			"generosity": 0.28034,
			"year": 2015
		},
		{
			"country": "Ireland",
			"region": "Western Europe",
			"rank": 18,
			"score": 6.94,
			"gdp": 1.33596,
			"family": 1.36948,
			"health": 0.89533,
			"freedom": 0.61777,
			"corruption": 0.28703,
			"generosity": 0.45901,
			"year": 2015
		},
		{
			"country": "Belgium",
			"region": "Western Europe",
			"rank": 19,
			"score": 6.937,
			"gdp": 1.30782,
			"family": 1.28566,
			"health": 0.89667,
			"freedom": 0.5845,
			"corruption": 0.2254,
			"generosity": 0.2225,
			"year": 2015
		},
		{
			"country": "United Arab Emirates",
			"region": "Middle East and Northern Africa",
			"rank": 20,
			"score": 6.901,
			"gdp": 1.42727,
			"family": 1.12575,
			"health": 0.80925,
			"freedom": 0.64157,
			"corruption": 0.38583,
			"generosity": 0.26428,
			"year": 2015
		},
		{
			"country": "United Kingdom",
			"region": "Western Europe",
			"rank": 21,
			"score": 6.867,
			"gdp": 1.26637,
			"family": 1.28548,
			"health": 0.90943,
			"freedom": 0.59625,
			"corruption": 0.32067,
			"generosity": 0.51912,
			"year": 2015
		},
		{
			"country": "Oman",
			"region": "Middle East and Northern Africa",
			"rank": 22,
			"score": 6.853,
			"gdp": 1.36011,
			"family": 1.08182,
			"health": 0.76276,
			"freedom": 0.63274,
			"corruption": 0.32524,
			"generosity": 0.21542,
			"year": 2015
		},
		{
			"country": "Venezuela",
			"region": "Latin America and Caribbean",
			"rank": 23,
			"score": 6.81,
			"gdp": 1.04424,
			"family": 1.25596,
			"health": 0.72052,
			"freedom": 0.42908,
			"corruption": 0.11069,
			"generosity": 0.05841,
			"year": 2015
		},
		{
			"country": "Singapore",
			"region": "Southeastern Asia",
			"rank": 24,
			"score": 6.798,
			"gdp": 1.52186,
			"family": 1.02,
			"health": 1.02525,
			"freedom": 0.54252,
			"corruption": 0.4921,
			"generosity": 0.31105,
			"year": 2015
		},
		{
			"country": "Panama",
			"region": "Latin America and Caribbean",
			"rank": 25,
			"score": 6.786,
			"gdp": 1.06353,
			"family": 1.1985,
			"health": 0.79661,
			"freedom": 0.5421,
			"corruption": 0.0927,
			"generosity": 0.24434,
			"year": 2015
		},
		{
			"country": "Germany",
			"region": "Western Europe",
			"rank": 26,
			"score": 6.75,
			"gdp": 1.32792,
			"family": 1.29937,
			"health": 0.89186,
			"freedom": 0.61477,
			"corruption": 0.21843,
			"generosity": 0.28214,
			"year": 2015
		},
		{
			"country": "Chile",
			"region": "Latin America and Caribbean",
			"rank": 27,
			"score": 6.67,
			"gdp": 1.10715,
			"family": 1.12447,
			"health": 0.85857,
			"freedom": 0.44132,
			"corruption": 0.12869,
			"generosity": 0.33363,
			"year": 2015
		},
		{
			"country": "Qatar",
			"region": "Middle East and Northern Africa",
			"rank": 28,
			"score": 6.611,
			"gdp": 1.69042,
			"family": 1.0786,
			"health": 0.79733,
			"freedom": 0.6404,
			"corruption": 0.52208,
			"generosity": 0.32573,
			"year": 2015
		},
		{
			"country": "France",
			"region": "Western Europe",
			"rank": 29,
			"score": 6.575,
			"gdp": 1.27778,
			"family": 1.26038,
			"health": 0.94579,
			"freedom": 0.55011,
			"corruption": 0.20646,
			"generosity": 0.12332,
			"year": 2015
		},
		{
			"country": "Argentina",
			"region": "Latin America and Caribbean",
			"rank": 30,
			"score": 6.574,
			"gdp": 1.05351,
			"family": 1.24823,
			"health": 0.78723,
			"freedom": 0.44974,
			"corruption": 0.08484,
			"generosity": 0.11451,
			"year": 2015
		},
		{
			"country": "Czech Republic",
			"region": "Central and Eastern Europe",
			"rank": 31,
			"score": 6.505,
			"gdp": 1.17898,
			"family": 1.20643,
			"health": 0.84483,
			"freedom": 0.46364,
			"corruption": 0.02652,
			"generosity": 0.10686,
			"year": 2015
		},
		{
			"country": "Uruguay",
			"region": "Latin America and Caribbean",
			"rank": 32,
			"score": 6.485,
			"gdp": 1.06166,
			"family": 1.2089,
			"health": 0.8116,
			"freedom": 0.60362,
			"corruption": 0.24558,
			"generosity": 0.2324,
			"year": 2015
		},
		{
			"country": "Colombia",
			"region": "Latin America and Caribbean",
			"rank": 33,
			"score": 6.477,
			"gdp": 0.91861,
			"family": 1.24018,
			"health": 0.69077,
			"freedom": 0.53466,
			"corruption": 0.0512,
			"generosity": 0.18401,
			"year": 2015
		},
		{
			"country": "Thailand",
			"region": "Southeastern Asia",
			"rank": 34,
			"score": 6.455,
			"gdp": 0.9669,
			"family": 1.26504,
			"health": 0.7385,
			"freedom": 0.55664,
			"corruption": 0.03187,
			"generosity": 0.5763,
			"year": 2015
		},
		{
			"country": "Saudi Arabia",
			"region": "Middle East and Northern Africa",
			"rank": 35,
			"score": 6.411,
			"gdp": 1.39541,
			"family": 1.08393,
			"health": 0.72025,
			"freedom": 0.31048,
			"corruption": 0.32524,
			"generosity": 0.13706,
			"year": 2015
		},
		{
			"country": "Spain",
			"region": "Western Europe",
			"rank": 36,
			"score": 6.329,
			"gdp": 1.23011,
			"family": 1.31379,
			"health": 0.95562,
			"freedom": 0.45951,
			"corruption": 0.06398,
			"generosity": 0.18227,
			"year": 2015
		},
		{
			"country": "Malta",
			"region": "Western Europe",
			"rank": 37,
			"score": 6.302,
			"gdp": 1.2074,
			"family": 1.30203,
			"health": 0.88721,
			"freedom": 0.60365,
			"corruption": 0.13586,
			"generosity": 0.51752,
			"year": 2015
		},
		{
			"country": "Taiwan",
			"region": "Eastern Asia",
			"rank": 38,
			"score": 6.298,
			"gdp": 1.29098,
			"family": 1.07617,
			"health": 0.8753,
			"freedom": 0.3974,
			"corruption": 0.08129,
			"generosity": 0.25376,
			"year": 2015
		},
		{
			"country": "Kuwait",
			"region": "Middle East and Northern Africa",
			"rank": 39,
			"score": 6.295,
			"gdp": 1.55422,
			"family": 1.16594,
			"health": 0.72492,
			"freedom": 0.55499,
			"corruption": 0.25609,
			"generosity": 0.16228,
			"year": 2015
		},
		{
			"country": "Suriname",
			"region": "Latin America and Caribbean",
			"rank": 40,
			"score": 6.269,
			"gdp": 0.99534,
			"family": 0.972,
			"health": 0.6082,
			"freedom": 0.59657,
			"corruption": 0.13633,
			"generosity": 0.16991,
			"year": 2015
		},
		{
			"country": "Trinidad and Tobago",
			"region": "Latin America and Caribbean",
			"rank": 41,
			"score": 6.168,
			"gdp": 1.21183,
			"family": 1.18354,
			"health": 0.61483,
			"freedom": 0.55884,
			"corruption": 0.0114,
			"generosity": 0.31844,
			"year": 2015
		},
		{
			"country": "El Salvador",
			"region": "Latin America and Caribbean",
			"rank": 42,
			"score": 6.13,
			"gdp": 0.76454,
			"family": 1.02507,
			"health": 0.67737,
			"freedom": 0.4035,
			"corruption": 0.11776,
			"generosity": 0.10692,
			"year": 2015
		},
		{
			"country": "Guatemala",
			"region": "Latin America and Caribbean",
			"rank": 43,
			"score": 6.123,
			"gdp": 0.74553,
			"family": 1.04356,
			"health": 0.64425,
			"freedom": 0.57733,
			"corruption": 0.09472,
			"generosity": 0.27489,
			"year": 2015
		},
		{
			"country": "Uzbekistan",
			"region": "Central and Eastern Europe",
			"rank": 44,
			"score": 6.003,
			"gdp": 0.63244,
			"family": 1.34043,
			"health": 0.59772,
			"freedom": 0.65821,
			"corruption": 0.30826,
			"generosity": 0.22837,
			"year": 2015
		},
		{
			"country": "Slovakia",
			"region": "Central and Eastern Europe",
			"rank": 45,
			"score": 5.995,
			"gdp": 1.16891,
			"family": 1.26999,
			"health": 0.78902,
			"freedom": 0.31751,
			"corruption": 0.03431,
			"generosity": 0.16893,
			"year": 2015
		},
		{
			"country": "Japan",
			"region": "Eastern Asia",
			"rank": 46,
			"score": 5.987,
			"gdp": 1.27074,
			"family": 1.25712,
			"health": 0.99111,
			"freedom": 0.49615,
			"corruption": 0.1806,
			"generosity": 0.10705,
			"year": 2015
		},
		{
			"country": "South Korea",
			"region": "Eastern Asia",
			"rank": 47,
			"score": 5.984,
			"gdp": 1.24461,
			"family": 0.95774,
			"health": 0.96538,
			"freedom": 0.33208,
			"corruption": 0.07857,
			"generosity": 0.18557,
			"year": 2015
		},
		{
			"country": "Ecuador",
			"region": "Latin America and Caribbean",
			"rank": 48,
			"score": 5.975,
			"gdp": 0.86402,
			"family": 0.99903,
			"health": 0.79075,
			"freedom": 0.48574,
			"corruption": 0.1809,
			"generosity": 0.11541,
			"year": 2015
		},
		{
			"country": "Bahrain",
			"region": "Middle East and Northern Africa",
			"rank": 49,
			"score": 5.96,
			"gdp": 1.32376,
			"family": 1.21624,
			"health": 0.74716,
			"freedom": 0.45492,
			"corruption": 0.306,
			"generosity": 0.17362,
			"year": 2015
		},
		{
			"country": "Italy",
			"region": "Western Europe",
			"rank": 50,
			"score": 5.948,
			"gdp": 1.25114,
			"family": 1.19777,
			"health": 0.95446,
			"freedom": 0.26236,
			"corruption": 0.02901,
			"generosity": 0.22823,
			"year": 2015
		},
		{
			"country": "Bolivia",
			"region": "Latin America and Caribbean",
			"rank": 51,
			"score": 5.89,
			"gdp": 0.68133,
			"family": 0.97841,
			"health": 0.5392,
			"freedom": 0.57414,
			"corruption": 0.088,
			"generosity": 0.20536,
			"year": 2015
		},
		{
			"country": "Moldova",
			"region": "Central and Eastern Europe",
			"rank": 52,
			"score": 5.889,
			"gdp": 0.59448,
			"family": 1.01528,
			"health": 0.61826,
			"freedom": 0.32818,
			"corruption": 0.01615,
			"generosity": 0.20951,
			"year": 2015
		},
		{
			"country": "Paraguay",
			"region": "Latin America and Caribbean",
			"rank": 53,
			"score": 5.878,
			"gdp": 0.75985,
			"family": 1.30477,
			"health": 0.66098,
			"freedom": 0.53899,
			"corruption": 0.08242,
			"generosity": 0.3424,
			"year": 2015
		},
		{
			"country": "Kazakhstan",
			"region": "Central and Eastern Europe",
			"rank": 54,
			"score": 5.855,
			"gdp": 1.12254,
			"family": 1.12241,
			"health": 0.64368,
			"freedom": 0.51649,
			"corruption": 0.08454,
			"generosity": 0.11827,
			"year": 2015
		},
		{
			"country": "Slovenia",
			"region": "Central and Eastern Europe",
			"rank": 55,
			"score": 5.848,
			"gdp": 1.18498,
			"family": 1.27385,
			"health": 0.87337,
			"freedom": 0.60855,
			"corruption": 0.03787,
			"generosity": 0.25328,
			"year": 2015
		},
		{
			"country": "Lithuania",
			"region": "Central and Eastern Europe",
			"rank": 56,
			"score": 5.833,
			"gdp": 1.14723,
			"family": 1.25745,
			"health": 0.73128,
			"freedom": 0.21342,
			"corruption": 0.01031,
			"generosity": 0.02641,
			"year": 2015
		},
		{
			"country": "Nicaragua",
			"region": "Latin America and Caribbean",
			"rank": 57,
			"score": 5.828,
			"gdp": 0.59325,
			"family": 1.14184,
			"health": 0.74314,
			"freedom": 0.55475,
			"corruption": 0.19317,
			"generosity": 0.27815,
			"year": 2015
		},
		{
			"country": "Peru",
			"region": "Latin America and Caribbean",
			"rank": 58,
			"score": 5.824,
			"gdp": 0.90019,
			"family": 0.97459,
			"health": 0.73017,
			"freedom": 0.41496,
			"corruption": 0.05989,
			"generosity": 0.14982,
			"year": 2015
		},
		{
			"country": "Belarus",
			"region": "Central and Eastern Europe",
			"rank": 59,
			"score": 5.813,
			"gdp": 1.03192,
			"family": 1.23289,
			"health": 0.73608,
			"freedom": 0.37938,
			"corruption": 0.1909,
			"generosity": 0.11046,
			"year": 2015
		},
		{
			"country": "Poland",
			"region": "Central and Eastern Europe",
			"rank": 60,
			"score": 5.791,
			"gdp": 1.12555,
			"family": 1.27948,
			"health": 0.77903,
			"freedom": 0.53122,
			"corruption": 0.04212,
			"generosity": 0.16759,
			"year": 2015
		},
		{
			"country": "Malaysia",
			"region": "Southeastern Asia",
			"rank": 61,
			"score": 5.77,
			"gdp": 1.12486,
			"family": 1.07023,
			"health": 0.72394,
			"freedom": 0.53024,
			"corruption": 0.10501,
			"generosity": 0.33075,
			"year": 2015
		},
		{
			"country": "Croatia",
			"region": "Central and Eastern Europe",
			"rank": 62,
			"score": 5.759,
			"gdp": 1.08254,
			"family": 0.79624,
			"health": 0.78805,
			"freedom": 0.25883,
			"corruption": 0.0243,
			"generosity": 0.05444,
			"year": 2015
		},
		{
			"country": "Libya",
			"region": "Middle East and Northern Africa",
			"rank": 63,
			"score": 5.754,
			"gdp": 1.13145,
			"family": 1.11862,
			"health": 0.7038,
			"freedom": 0.41668,
			"corruption": 0.11023,
			"generosity": 0.18295,
			"year": 2015
		},
		{
			"country": "Russia",
			"region": "Central and Eastern Europe",
			"rank": 64,
			"score": 5.716,
			"gdp": 1.13764,
			"family": 1.23617,
			"health": 0.66926,
			"freedom": 0.36679,
			"corruption": 0.03005,
			"generosity": 0.00199,
			"year": 2015
		},
		{
			"country": "Jamaica",
			"region": "Latin America and Caribbean",
			"rank": 65,
			"score": 5.709,
			"gdp": 0.81038,
			"family": 1.15102,
			"health": 0.68741,
			"freedom": 0.50442,
			"corruption": 0.02299,
			"generosity": 0.2123,
			"year": 2015
		},
		{
			"country": "North Cyprus",
			"region": "Western Europe",
			"rank": 66,
			"score": 5.695,
			"gdp": 1.20806,
			"family": 1.07008,
			"health": 0.92356,
			"freedom": 0.49027,
			"corruption": 0.1428,
			"generosity": 0.26169,
			"year": 2015
		},
		{
			"country": "Cyprus",
			"region": "Western Europe",
			"rank": 67,
			"score": 5.689,
			"gdp": 1.20813,
			"family": 0.89318,
			"health": 0.92356,
			"freedom": 0.40672,
			"corruption": 0.06146,
			"generosity": 0.30638,
			"year": 2015
		},
		{
			"country": "Algeria",
			"region": "Middle East and Northern Africa",
			"rank": 68,
			"score": 5.605,
			"gdp": 0.93929,
			"family": 1.07772,
			"health": 0.61766,
			"freedom": 0.28579,
			"corruption": 0.17383,
			"generosity": 0.07822,
			"year": 2015
		},
		{
			"country": "Kosovo",
			"region": "Central and Eastern Europe",
			"rank": 69,
			"score": 5.589,
			"gdp": 0.80148,
			"family": 0.81198,
			"health": 0.63132,
			"freedom": 0.24749,
			"corruption": 0.04741,
			"generosity": 0.2831,
			"year": 2015
		},
		{
			"country": "Turkmenistan",
			"region": "Central and Eastern Europe",
			"rank": 70,
			"score": 5.548,
			"gdp": 0.95847,
			"family": 1.22668,
			"health": 0.53886,
			"freedom": 0.4761,
			"corruption": 0.30844,
			"generosity": 0.16979,
			"year": 2015
		},
		{
			"country": "Mauritius",
			"region": "Sub-Saharan Africa",
			"rank": 71,
			"score": 5.477,
			"gdp": 1.00761,
			"family": 0.98521,
			"health": 0.7095,
			"freedom": 0.56066,
			"corruption": 0.07521,
			"generosity": 0.37744,
			"year": 2015
		},
		{
			"country": "Hong Kong",
			"region": "Eastern Asia",
			"rank": 72,
			"score": 5.474,
			"gdp": 1.38604,
			"family": 1.05818,
			"health": 1.01328,
			"freedom": 0.59608,
			"corruption": 0.37124,
			"generosity": 0.39478,
			"year": 2015
		},
		{
			"country": "Estonia",
			"region": "Central and Eastern Europe",
			"rank": 73,
			"score": 5.429,
			"gdp": 1.15174,
			"family": 1.22791,
			"health": 0.77361,
			"freedom": 0.44888,
			"corruption": 0.15184,
			"generosity": 0.0868,
			"year": 2015
		},
		{
			"country": "Indonesia",
			"region": "Southeastern Asia",
			"rank": 74,
			"score": 5.399,
			"gdp": 0.82827,
			"family": 1.08708,
			"health": 0.63793,
			"freedom": 0.46611,
			"corruption": 0,
			"generosity": 0.51535,
			"year": 2015
		},
		{
			"country": "Vietnam",
			"region": "Southeastern Asia",
			"rank": 75,
			"score": 5.36,
			"gdp": 0.63216,
			"family": 0.91226,
			"health": 0.74676,
			"freedom": 0.59444,
			"corruption": 0.10441,
			"generosity": 0.1686,
			"year": 2015
		},
		{
			"country": "Turkey",
			"region": "Middle East and Northern Africa",
			"rank": 76,
			"score": 5.332,
			"gdp": 1.06098,
			"family": 0.94632,
			"health": 0.73172,
			"freedom": 0.22815,
			"corruption": 0.15746,
			"generosity": 0.12253,
			"year": 2015
		},
		{
			"country": "Kyrgyzstan",
			"region": "Central and Eastern Europe",
			"rank": 77,
			"score": 5.286,
			"gdp": 0.47428,
			"family": 1.15115,
			"health": 0.65088,
			"freedom": 0.43477,
			"corruption": 0.04232,
			"generosity": 0.3003,
			"year": 2015
		},
		{
			"country": "Nigeria",
			"region": "Sub-Saharan Africa",
			"rank": 78,
			"score": 5.268,
			"gdp": 0.65435,
			"family": 0.90432,
			"health": 0.16007,
			"freedom": 0.34334,
			"corruption": 0.0403,
			"generosity": 0.27233,
			"year": 2015
		},
		{
			"country": "Bhutan",
			"region": "Southern Asia",
			"rank": 79,
			"score": 5.253,
			"gdp": 0.77042,
			"family": 1.10395,
			"health": 0.57407,
			"freedom": 0.53206,
			"corruption": 0.15445,
			"generosity": 0.47998,
			"year": 2015
		},
		{
			"country": "Azerbaijan",
			"region": "Central and Eastern Europe",
			"rank": 80,
			"score": 5.212,
			"gdp": 1.02389,
			"family": 0.93793,
			"health": 0.64045,
			"freedom": 0.3703,
			"corruption": 0.16065,
			"generosity": 0.07799,
			"year": 2015
		},
		{
			"country": "Pakistan",
			"region": "Southern Asia",
			"rank": 81,
			"score": 5.194,
			"gdp": 0.59543,
			"family": 0.41411,
			"health": 0.51466,
			"freedom": 0.12102,
			"corruption": 0.10464,
			"generosity": 0.33671,
			"year": 2015
		},
		{
			"country": "Jordan",
			"region": "Middle East and Northern Africa",
			"rank": 82,
			"score": 5.192,
			"gdp": 0.90198,
			"family": 1.05392,
			"health": 0.69639,
			"freedom": 0.40661,
			"corruption": 0.14293,
			"generosity": 0.11053,
			"year": 2015
		},
		{
			"country": "Montenegro",
			"region": "Central and Eastern Europe",
			"rank": 82,
			"score": 5.192,
			"gdp": 0.97438,
			"family": 0.90557,
			"health": 0.72521,
			"freedom": 0.1826,
			"corruption": 0.14296,
			"generosity": 0.1614,
			"year": 2015
		},
		{
			"country": "China",
			"region": "Eastern Asia",
			"rank": 84,
			"score": 5.14,
			"gdp": 0.89012,
			"family": 0.94675,
			"health": 0.81658,
			"freedom": 0.51697,
			"corruption": 0.02781,
			"generosity": 0.08185,
			"year": 2015
		},
		{
			"country": "Zambia",
			"region": "Sub-Saharan Africa",
			"rank": 85,
			"score": 5.129,
			"gdp": 0.47038,
			"family": 0.91612,
			"health": 0.29924,
			"freedom": 0.48827,
			"corruption": 0.12468,
			"generosity": 0.19591,
			"year": 2015
		},
		{
			"country": "Romania",
			"region": "Central and Eastern Europe",
			"rank": 86,
			"score": 5.124,
			"gdp": 1.04345,
			"family": 0.88588,
			"health": 0.7689,
			"freedom": 0.35068,
			"corruption": 0.00649,
			"generosity": 0.13748,
			"year": 2015
		},
		{
			"country": "Serbia",
			"region": "Central and Eastern Europe",
			"rank": 87,
			"score": 5.123,
			"gdp": 0.92053,
			"family": 1.00964,
			"health": 0.74836,
			"freedom": 0.20107,
			"corruption": 0.02617,
			"generosity": 0.19231,
			"year": 2015
		},
		{
			"country": "Portugal",
			"region": "Western Europe",
			"rank": 88,
			"score": 5.102,
			"gdp": 1.15991,
			"family": 1.13935,
			"health": 0.87519,
			"freedom": 0.51469,
			"corruption": 0.01078,
			"generosity": 0.13719,
			"year": 2015
		},
		{
			"country": "Latvia",
			"region": "Central and Eastern Europe",
			"rank": 89,
			"score": 5.098,
			"gdp": 1.11312,
			"family": 1.09562,
			"health": 0.72437,
			"freedom": 0.29671,
			"corruption": 0.06332,
			"generosity": 0.18226,
			"year": 2015
		},
		{
			"country": "Philippines",
			"region": "Southeastern Asia",
			"rank": 90,
			"score": 5.073,
			"gdp": 0.70532,
			"family": 1.03516,
			"health": 0.58114,
			"freedom": 0.62545,
			"corruption": 0.12279,
			"generosity": 0.24991,
			"year": 2015
		},
		{
			"country": "Somaliland region",
			"region": "Sub-Saharan Africa",
			"rank": 91,
			"score": 5.057,
			"gdp": 0.18847,
			"family": 0.95152,
			"health": 0.43873,
			"freedom": 0.46582,
			"corruption": 0.39928,
			"generosity": 0.50318,
			"year": 2015
		},
		{
			"country": "Morocco",
			"region": "Middle East and Northern Africa",
			"rank": 92,
			"score": 5.013,
			"gdp": 0.73479,
			"family": 0.64095,
			"health": 0.60954,
			"freedom": 0.41691,
			"corruption": 0.08546,
			"generosity": 0.07172,
			"year": 2015
		},
		{
			"country": "Macedonia",
			"region": "Central and Eastern Europe",
			"rank": 93,
			"score": 5.007,
			"gdp": 0.91851,
			"family": 1.00232,
			"health": 0.73545,
			"freedom": 0.33457,
			"corruption": 0.05327,
			"generosity": 0.22359,
			"year": 2015
		},
		{
			"country": "Mozambique",
			"region": "Sub-Saharan Africa",
			"rank": 94,
			"score": 4.971,
			"gdp": 0.08308,
			"family": 1.02626,
			"health": 0.09131,
			"freedom": 0.34037,
			"corruption": 0.15603,
			"generosity": 0.22269,
			"year": 2015
		},
		{
			"country": "Albania",
			"region": "Central and Eastern Europe",
			"rank": 95,
			"score": 4.959,
			"gdp": 0.87867,
			"family": 0.80434,
			"health": 0.81325,
			"freedom": 0.35733,
			"corruption": 0.06413,
			"generosity": 0.14272,
			"year": 2015
		},
		{
			"country": "Bosnia and Herzegovina",
			"region": "Central and Eastern Europe",
			"rank": 96,
			"score": 4.949,
			"gdp": 0.83223,
			"family": 0.91916,
			"health": 0.79081,
			"freedom": 0.09245,
			"corruption": 0.00227,
			"generosity": 0.24808,
			"year": 2015
		},
		{
			"country": "Lesotho",
			"region": "Sub-Saharan Africa",
			"rank": 97,
			"score": 4.898,
			"gdp": 0.37545,
			"family": 1.04103,
			"health": 0.07612,
			"freedom": 0.31767,
			"corruption": 0.12504,
			"generosity": 0.16388,
			"year": 2015
		},
		{
			"country": "Dominican Republic",
			"region": "Latin America and Caribbean",
			"rank": 98,
			"score": 4.885,
			"gdp": 0.89537,
			"family": 1.17202,
			"health": 0.66825,
			"freedom": 0.57672,
			"corruption": 0.14234,
			"generosity": 0.21684,
			"year": 2015
		},
		{
			"country": "Laos",
			"region": "Southeastern Asia",
			"rank": 99,
			"score": 4.876,
			"gdp": 0.59066,
			"family": 0.73803,
			"health": 0.54909,
			"freedom": 0.59591,
			"corruption": 0.24249,
			"generosity": 0.42192,
			"year": 2015
		},
		{
			"country": "Mongolia",
			"region": "Eastern Asia",
			"rank": 100,
			"score": 4.874,
			"gdp": 0.82819,
			"family": 1.3006,
			"health": 0.60268,
			"freedom": 0.43626,
			"corruption": 0.02666,
			"generosity": 0.3323,
			"year": 2015
		},
		{
			"country": "Swaziland",
			"region": "Sub-Saharan Africa",
			"rank": 101,
			"score": 4.867,
			"gdp": 0.71206,
			"family": 1.07284,
			"health": 0.07566,
			"freedom": 0.30658,
			"corruption": 0.0306,
			"generosity": 0.18259,
			"year": 2015
		},
		{
			"country": "Greece",
			"region": "Western Europe",
			"rank": 102,
			"score": 4.857,
			"gdp": 1.15406,
			"family": 0.92933,
			"health": 0.88213,
			"freedom": 0.07699,
			"corruption": 0.01397,
			"generosity": 0,
			"year": 2015
		},
		{
			"country": "Lebanon",
			"region": "Middle East and Northern Africa",
			"rank": 103,
			"score": 4.839,
			"gdp": 1.02564,
			"family": 0.80001,
			"health": 0.83947,
			"freedom": 0.33916,
			"corruption": 0.04582,
			"generosity": 0.21854,
			"year": 2015
		},
		{
			"country": "Hungary",
			"region": "Central and Eastern Europe",
			"rank": 104,
			"score": 4.8,
			"gdp": 1.12094,
			"family": 1.20215,
			"health": 0.75905,
			"freedom": 0.32112,
			"corruption": 0.02758,
			"generosity": 0.128,
			"year": 2015
		},
		{
			"country": "Honduras",
			"region": "Latin America and Caribbean",
			"rank": 105,
			"score": 4.788,
			"gdp": 0.59532,
			"family": 0.95348,
			"health": 0.6951,
			"freedom": 0.40148,
			"corruption": 0.06825,
			"generosity": 0.23027,
			"year": 2015
		},
		{
			"country": "Tajikistan",
			"region": "Central and Eastern Europe",
			"rank": 106,
			"score": 4.786,
			"gdp": 0.39047,
			"family": 0.85563,
			"health": 0.57379,
			"freedom": 0.47216,
			"corruption": 0.15072,
			"generosity": 0.22974,
			"year": 2015
		},
		{
			"country": "Tunisia",
			"region": "Middle East and Northern Africa",
			"rank": 107,
			"score": 4.739,
			"gdp": 0.88113,
			"family": 0.60429,
			"health": 0.73793,
			"freedom": 0.26268,
			"corruption": 0.06358,
			"generosity": 0.06431,
			"year": 2015
		},
		{
			"country": "Palestinian Territories",
			"region": "Middle East and Northern Africa",
			"rank": 108,
			"score": 4.715,
			"gdp": 0.59867,
			"family": 0.92558,
			"health": 0.66015,
			"freedom": 0.24499,
			"corruption": 0.12905,
			"generosity": 0.11251,
			"year": 2015
		},
		{
			"country": "Bangladesh",
			"region": "Southern Asia",
			"rank": 109,
			"score": 4.694,
			"gdp": 0.39753,
			"family": 0.43106,
			"health": 0.60164,
			"freedom": 0.4082,
			"corruption": 0.12569,
			"generosity": 0.21222,
			"year": 2015
		},
		{
			"country": "Iran",
			"region": "Middle East and Northern Africa",
			"rank": 110,
			"score": 4.686,
			"gdp": 1.0088,
			"family": 0.54447,
			"health": 0.69805,
			"freedom": 0.30033,
			"corruption": 0.05863,
			"generosity": 0.38086,
			"year": 2015
		},
		{
			"country": "Ukraine",
			"region": "Central and Eastern Europe",
			"rank": 111,
			"score": 4.681,
			"gdp": 0.79907,
			"family": 1.20278,
			"health": 0.6739,
			"freedom": 0.25123,
			"corruption": 0.02961,
			"generosity": 0.15275,
			"year": 2015
		},
		{
			"country": "Iraq",
			"region": "Middle East and Northern Africa",
			"rank": 112,
			"score": 4.677,
			"gdp": 0.98549,
			"family": 0.81889,
			"health": 0.60237,
			"freedom": 0,
			"corruption": 0.13788,
			"generosity": 0.17922,
			"year": 2015
		},
		{
			"country": "South Africa",
			"region": "Sub-Saharan Africa",
			"rank": 113,
			"score": 4.642,
			"gdp": 0.92049,
			"family": 1.18468,
			"health": 0.27688,
			"freedom": 0.33207,
			"corruption": 0.08884,
			"generosity": 0.11973,
			"year": 2015
		},
		{
			"country": "Ghana",
			"region": "Sub-Saharan Africa",
			"rank": 114,
			"score": 4.633,
			"gdp": 0.54558,
			"family": 0.67954,
			"health": 0.40132,
			"freedom": 0.42342,
			"corruption": 0.04355,
			"generosity": 0.23087,
			"year": 2015
		},
		{
			"country": "Zimbabwe",
			"region": "Sub-Saharan Africa",
			"rank": 115,
			"score": 4.61,
			"gdp": 0.271,
			"family": 1.03276,
			"health": 0.33475,
			"freedom": 0.25861,
			"corruption": 0.08079,
			"generosity": 0.18987,
			"year": 2015
		},
		{
			"country": "Liberia",
			"region": "Sub-Saharan Africa",
			"rank": 116,
			"score": 4.571,
			"gdp": 0.0712,
			"family": 0.78968,
			"health": 0.34201,
			"freedom": 0.28531,
			"corruption": 0.06232,
			"generosity": 0.24362,
			"year": 2015
		},
		{
			"country": "India",
			"region": "Southern Asia",
			"rank": 117,
			"score": 4.565,
			"gdp": 0.64499,
			"family": 0.38174,
			"health": 0.51529,
			"freedom": 0.39786,
			"corruption": 0.08492,
			"generosity": 0.26475,
			"year": 2015
		},
		{
			"country": "Sudan",
			"region": "Sub-Saharan Africa",
			"rank": 118,
			"score": 4.55,
			"gdp": 0.52107,
			"family": 1.01404,
			"health": 0.36878,
			"freedom": 0.10081,
			"corruption": 0.1466,
			"generosity": 0.19062,
			"year": 2015
		},
		{
			"country": "Haiti",
			"region": "Latin America and Caribbean",
			"rank": 119,
			"score": 4.518,
			"gdp": 0.26673,
			"family": 0.74302,
			"health": 0.38847,
			"freedom": 0.24425,
			"corruption": 0.17175,
			"generosity": 0.46187,
			"year": 2015
		},
		{
			"country": "Congo (Kinshasa)",
			"region": "Sub-Saharan Africa",
			"rank": 120,
			"score": 4.517,
			"gdp": 0,
			"family": 1.0012,
			"health": 0.09806,
			"freedom": 0.22605,
			"corruption": 0.07625,
			"generosity": 0.24834,
			"year": 2015
		},
		{
			"country": "Nepal",
			"region": "Southern Asia",
			"rank": 121,
			"score": 4.514,
			"gdp": 0.35997,
			"family": 0.86449,
			"health": 0.56874,
			"freedom": 0.38282,
			"corruption": 0.05907,
			"generosity": 0.32296,
			"year": 2015
		},
		{
			"country": "Ethiopia",
			"region": "Sub-Saharan Africa",
			"rank": 122,
			"score": 4.512,
			"gdp": 0.19073,
			"family": 0.60406,
			"health": 0.44055,
			"freedom": 0.4345,
			"corruption": 0.15048,
			"generosity": 0.24325,
			"year": 2015
		},
		{
			"country": "Sierra Leone",
			"region": "Sub-Saharan Africa",
			"rank": 123,
			"score": 4.507,
			"gdp": 0.33024,
			"family": 0.95571,
			"health": 0,
			"freedom": 0.4084,
			"corruption": 0.08786,
			"generosity": 0.21488,
			"year": 2015
		},
		{
			"country": "Mauritania",
			"region": "Sub-Saharan Africa",
			"rank": 124,
			"score": 4.436,
			"gdp": 0.45407,
			"family": 0.86908,
			"health": 0.35874,
			"freedom": 0.24232,
			"corruption": 0.17461,
			"generosity": 0.219,
			"year": 2015
		},
		{
			"country": "Kenya",
			"region": "Sub-Saharan Africa",
			"rank": 125,
			"score": 4.419,
			"gdp": 0.36471,
			"family": 0.99876,
			"health": 0.41435,
			"freedom": 0.42215,
			"corruption": 0.05839,
			"generosity": 0.37542,
			"year": 2015
		},
		{
			"country": "Djibouti",
			"region": "Sub-Saharan Africa",
			"rank": 126,
			"score": 4.369,
			"gdp": 0.44025,
			"family": 0.59207,
			"health": 0.36291,
			"freedom": 0.46074,
			"corruption": 0.28105,
			"generosity": 0.18093,
			"year": 2015
		},
		{
			"country": "Armenia",
			"region": "Central and Eastern Europe",
			"rank": 127,
			"score": 4.35,
			"gdp": 0.76821,
			"family": 0.77711,
			"health": 0.7299,
			"freedom": 0.19847,
			"corruption": 0.039,
			"generosity": 0.07855,
			"year": 2015
		},
		{
			"country": "Botswana",
			"region": "Sub-Saharan Africa",
			"rank": 128,
			"score": 4.332,
			"gdp": 0.99355,
			"family": 1.10464,
			"health": 0.04776,
			"freedom": 0.49495,
			"corruption": 0.12474,
			"generosity": 0.10461,
			"year": 2015
		},
		{
			"country": "Myanmar",
			"region": "Southeastern Asia",
			"rank": 129,
			"score": 4.307,
			"gdp": 0.27108,
			"family": 0.70905,
			"health": 0.48246,
			"freedom": 0.44017,
			"corruption": 0.19034,
			"generosity": 0.79588,
			"year": 2015
		},
		{
			"country": "Georgia",
			"region": "Central and Eastern Europe",
			"rank": 130,
			"score": 4.297,
			"gdp": 0.7419,
			"family": 0.38562,
			"health": 0.72926,
			"freedom": 0.40577,
			"corruption": 0.38331,
			"generosity": 0.05547,
			"year": 2015
		},
		{
			"country": "Malawi",
			"region": "Sub-Saharan Africa",
			"rank": 131,
			"score": 4.292,
			"gdp": 0.01604,
			"family": 0.41134,
			"health": 0.22562,
			"freedom": 0.43054,
			"corruption": 0.06977,
			"generosity": 0.33128,
			"year": 2015
		},
		{
			"country": "Sri Lanka",
			"region": "Southern Asia",
			"rank": 132,
			"score": 4.271,
			"gdp": 0.83524,
			"family": 1.01905,
			"health": 0.70806,
			"freedom": 0.53726,
			"corruption": 0.09179,
			"generosity": 0.40828,
			"year": 2015
		},
		{
			"country": "Cameroon",
			"region": "Sub-Saharan Africa",
			"rank": 133,
			"score": 4.252,
			"gdp": 0.4225,
			"family": 0.88767,
			"health": 0.23402,
			"freedom": 0.49309,
			"corruption": 0.05786,
			"generosity": 0.20618,
			"year": 2015
		},
		{
			"country": "Bulgaria",
			"region": "Central and Eastern Europe",
			"rank": 134,
			"score": 4.218,
			"gdp": 1.01216,
			"family": 1.10614,
			"health": 0.76649,
			"freedom": 0.30587,
			"corruption": 0.00872,
			"generosity": 0.11921,
			"year": 2015
		},
		{
			"country": "Egypt",
			"region": "Middle East and Northern Africa",
			"rank": 135,
			"score": 4.194,
			"gdp": 0.8818,
			"family": 0.747,
			"health": 0.61712,
			"freedom": 0.17288,
			"corruption": 0.06324,
			"generosity": 0.11291,
			"year": 2015
		},
		{
			"country": "Yemen",
			"region": "Middle East and Northern Africa",
			"rank": 136,
			"score": 4.077,
			"gdp": 0.54649,
			"family": 0.68093,
			"health": 0.40064,
			"freedom": 0.35571,
			"corruption": 0.07854,
			"generosity": 0.09131,
			"year": 2015
		},
		{
			"country": "Angola",
			"region": "Sub-Saharan Africa",
			"rank": 137,
			"score": 4.033,
			"gdp": 0.75778,
			"family": 0.8604,
			"health": 0.16683,
			"freedom": 0.10384,
			"corruption": 0.07122,
			"generosity": 0.12344,
			"year": 2015
		},
		{
			"country": "Mali",
			"region": "Sub-Saharan Africa",
			"rank": 138,
			"score": 3.995,
			"gdp": 0.26074,
			"family": 1.03526,
			"health": 0.20583,
			"freedom": 0.38857,
			"corruption": 0.12352,
			"generosity": 0.18798,
			"year": 2015
		},
		{
			"country": "Congo (Brazzaville)",
			"region": "Sub-Saharan Africa",
			"rank": 139,
			"score": 3.989,
			"gdp": 0.67866,
			"family": 0.6629,
			"health": 0.31051,
			"freedom": 0.41466,
			"corruption": 0.11686,
			"generosity": 0.12388,
			"year": 2015
		},
		{
			"country": "Comoros",
			"region": "Sub-Saharan Africa",
			"rank": 140,
			"score": 3.956,
			"gdp": 0.23906,
			"family": 0.79273,
			"health": 0.36315,
			"freedom": 0.22917,
			"corruption": 0.199,
			"generosity": 0.17441,
			"year": 2015
		},
		{
			"country": "Uganda",
			"region": "Sub-Saharan Africa",
			"rank": 141,
			"score": 3.931,
			"gdp": 0.21102,
			"family": 1.13299,
			"health": 0.33861,
			"freedom": 0.45727,
			"corruption": 0.07267,
			"generosity": 0.29066,
			"year": 2015
		},
		{
			"country": "Senegal",
			"region": "Sub-Saharan Africa",
			"rank": 142,
			"score": 3.904,
			"gdp": 0.36498,
			"family": 0.97619,
			"health": 0.4354,
			"freedom": 0.36772,
			"corruption": 0.10713,
			"generosity": 0.20843,
			"year": 2015
		},
		{
			"country": "Gabon",
			"region": "Sub-Saharan Africa",
			"rank": 143,
			"score": 3.896,
			"gdp": 1.06024,
			"family": 0.90528,
			"health": 0.43372,
			"freedom": 0.31914,
			"corruption": 0.11091,
			"generosity": 0.06822,
			"year": 2015
		},
		{
			"country": "Niger",
			"region": "Sub-Saharan Africa",
			"rank": 144,
			"score": 3.845,
			"gdp": 0.0694,
			"family": 0.77265,
			"health": 0.29707,
			"freedom": 0.47692,
			"corruption": 0.15639,
			"generosity": 0.19387,
			"year": 2015
		},
		{
			"country": "Cambodia",
			"region": "Southeastern Asia",
			"rank": 145,
			"score": 3.819,
			"gdp": 0.46038,
			"family": 0.62736,
			"health": 0.61114,
			"freedom": 0.66246,
			"corruption": 0.07247,
			"generosity": 0.40359,
			"year": 2015
		},
		{
			"country": "Tanzania",
			"region": "Sub-Saharan Africa",
			"rank": 146,
			"score": 3.781,
			"gdp": 0.2852,
			"family": 1.00268,
			"health": 0.38215,
			"freedom": 0.32878,
			"corruption": 0.05747,
			"generosity": 0.34377,
			"year": 2015
		},
		{
			"country": "Madagascar",
			"region": "Sub-Saharan Africa",
			"rank": 147,
			"score": 3.681,
			"gdp": 0.20824,
			"family": 0.66801,
			"health": 0.46721,
			"freedom": 0.19184,
			"corruption": 0.08124,
			"generosity": 0.21333,
			"year": 2015
		},
		{
			"country": "Central African Republic",
			"region": "Sub-Saharan Africa",
			"rank": 148,
			"score": 3.678,
			"gdp": 0.0785,
			"family": 0,
			"health": 0.06699,
			"freedom": 0.48879,
			"corruption": 0.08289,
			"generosity": 0.23835,
			"year": 2015
		},
		{
			"country": "Chad",
			"region": "Sub-Saharan Africa",
			"rank": 149,
			"score": 3.667,
			"gdp": 0.34193,
			"family": 0.76062,
			"health": 0.1501,
			"freedom": 0.23501,
			"corruption": 0.05269,
			"generosity": 0.18386,
			"year": 2015
		},
		{
			"country": "Guinea",
			"region": "Sub-Saharan Africa",
			"rank": 150,
			"score": 3.656,
			"gdp": 0.17417,
			"family": 0.46475,
			"health": 0.24009,
			"freedom": 0.37725,
			"corruption": 0.12139,
			"generosity": 0.28657,
			"year": 2015
		},
		{
			"country": "Ivory Coast",
			"region": "Sub-Saharan Africa",
			"rank": 151,
			"score": 3.655,
			"gdp": 0.46534,
			"family": 0.77115,
			"health": 0.15185,
			"freedom": 0.46866,
			"corruption": 0.17922,
			"generosity": 0.20165,
			"year": 2015
		},
		{
			"country": "Burkina Faso",
			"region": "Sub-Saharan Africa",
			"rank": 152,
			"score": 3.587,
			"gdp": 0.25812,
			"family": 0.85188,
			"health": 0.27125,
			"freedom": 0.39493,
			"corruption": 0.12832,
			"generosity": 0.21747,
			"year": 2015
		},
		{
			"country": "Afghanistan",
			"region": "Southern Asia",
			"rank": 153,
			"score": 3.575,
			"gdp": 0.31982,
			"family": 0.30285,
			"health": 0.30335,
			"freedom": 0.23414,
			"corruption": 0.09719,
			"generosity": 0.3651,
			"year": 2015
		},
		{
			"country": "Rwanda",
			"region": "Sub-Saharan Africa",
			"rank": 154,
			"score": 3.465,
			"gdp": 0.22208,
			"family": 0.7737,
			"health": 0.42864,
			"freedom": 0.59201,
			"corruption": 0.55191,
			"generosity": 0.22628,
			"year": 2015
		},
		{
			"country": "Benin",
			"region": "Sub-Saharan Africa",
			"rank": 155,
			"score": 3.34,
			"gdp": 0.28665,
			"family": 0.35386,
			"health": 0.3191,
			"freedom": 0.4845,
			"corruption": 0.0801,
			"generosity": 0.1826,
			"year": 2015
		},
		{
			"country": "Syria",
			"region": "Middle East and Northern Africa",
			"rank": 156,
			"score": 3.006,
			"gdp": 0.6632,
			"family": 0.47489,
			"health": 0.72193,
			"freedom": 0.15684,
			"corruption": 0.18906,
			"generosity": 0.47179,
			"year": 2015
		},
		{
			"country": "Burundi",
			"region": "Sub-Saharan Africa",
			"rank": 157,
			"score": 2.905,
			"gdp": 0.0153,
			"family": 0.41587,
			"health": 0.22396,
			"freedom": 0.1185,
			"corruption": 0.10062,
			"generosity": 0.19727,
			"year": 2015
		},
		{
			"country": "Togo",
			"region": "Sub-Saharan Africa",
			"rank": 158,
			"score": 2.839,
			"gdp": 0.20868,
			"family": 0.13995,
			"health": 0.28443,
			"freedom": 0.36453,
			"corruption": 0.10731,
			"generosity": 0.16681,
			"year": 2015
		},
		{
			"country": "Denmark",
			"region": "Western Europe",
			"rank": 1,
			"score": 7.526,
			"gdp": 1.44178,
			"family": 1.16374,
			"health": 0.79504,
			"freedom": 0.57941,
			"corruption": 0.44453,
			"generosity": 0.36171,
			"year": 2016
		},
		{
			"country": "Switzerland",
			"region": "Western Europe",
			"rank": 2,
			"score": 7.509,
			"gdp": 1.52733,
			"family": 1.14524,
			"health": 0.86303,
			"freedom": 0.58557,
			"corruption": 0.41203,
			"generosity": 0.28083,
			"year": 2016
		},
		{
			"country": "Iceland",
			"region": "Western Europe",
			"rank": 3,
			"score": 7.501,
			"gdp": 1.42666,
			"family": 1.18326,
			"health": 0.86733,
			"freedom": 0.56624,
			"corruption": 0.14975,
			"generosity": 0.47678,
			"year": 2016
		},
		{
			"country": "Norway",
			"region": "Western Europe",
			"rank": 4,
			"score": 7.498,
			"gdp": 1.57744,
			"family": 1.1269,
			"health": 0.79579,
			"freedom": 0.59609,
			"corruption": 0.35776,
			"generosity": 0.37895,
			"year": 2016
		},
		{
			"country": "Finland",
			"region": "Western Europe",
			"rank": 5,
			"score": 7.413,
			"gdp": 1.40598,
			"family": 1.13464,
			"health": 0.81091,
			"freedom": 0.57104,
			"corruption": 0.41004,
			"generosity": 0.25492,
			"year": 2016
		},
		{
			"country": "Canada",
			"region": "North America",
			"rank": 6,
			"score": 7.404,
			"gdp": 1.44015,
			"family": 1.0961,
			"health": 0.8276,
			"freedom": 0.5737,
			"corruption": 0.31329,
			"generosity": 0.44834,
			"year": 2016
		},
		{
			"country": "Netherlands",
			"region": "Western Europe",
			"rank": 7,
			"score": 7.339,
			"gdp": 1.46468,
			"family": 1.02912,
			"health": 0.81231,
			"freedom": 0.55211,
			"corruption": 0.29927,
			"generosity": 0.47416,
			"year": 2016
		},
		{
			"country": "New Zealand",
			"region": "Australia and New Zealand",
			"rank": 8,
			"score": 7.334,
			"gdp": 1.36066,
			"family": 1.17278,
			"health": 0.83096,
			"freedom": 0.58147,
			"corruption": 0.41904,
			"generosity": 0.49401,
			"year": 2016
		},
		{
			"country": "Australia",
			"region": "Australia and New Zealand",
			"rank": 9,
			"score": 7.313,
			"gdp": 1.44443,
			"family": 1.10476,
			"health": 0.8512,
			"freedom": 0.56837,
			"corruption": 0.32331,
			"generosity": 0.47407,
			"year": 2016
		},
		{
			"country": "Sweden",
			"region": "Western Europe",
			"rank": 10,
			"score": 7.291,
			"gdp": 1.45181,
			"family": 1.08764,
			"health": 0.83121,
			"freedom": 0.58218,
			"corruption": 0.40867,
			"generosity": 0.38254,
			"year": 2016
		},
		{
			"country": "Israel",
			"region": "Middle East and Northern Africa",
			"rank": 11,
			"score": 7.267,
			"gdp": 1.33766,
			"family": 0.99537,
			"health": 0.84917,
			"freedom": 0.36432,
			"corruption": 0.08728,
			"generosity": 0.32288,
			"year": 2016
		},
		{
			"country": "Austria",
			"region": "Western Europe",
			"rank": 12,
			"score": 7.119,
			"gdp": 1.45038,
			"family": 1.08383,
			"health": 0.80565,
			"freedom": 0.54355,
			"corruption": 0.21348,
			"generosity": 0.32865,
			"year": 2016
		},
		{
			"country": "United States",
			"region": "North America",
			"rank": 13,
			"score": 7.104,
			"gdp": 1.50796,
			"family": 1.04782,
			"health": 0.779,
			"freedom": 0.48163,
			"corruption": 0.14868,
			"generosity": 0.41077,
			"year": 2016
		},
		{
			"country": "Costa Rica",
			"region": "Latin America and Caribbean",
			"rank": 14,
			"score": 7.087,
			"gdp": 1.06879,
			"family": 1.02152,
			"health": 0.76146,
			"freedom": 0.55225,
			"corruption": 0.10547,
			"generosity": 0.22553,
			"year": 2016
		},
		{
			"country": "Germany",
			"region": "Western Europe",
			"rank": 16,
			"score": 6.994,
			"gdp": 1.44787,
			"family": 1.09774,
			"health": 0.81487,
			"freedom": 0.53466,
			"corruption": 0.28551,
			"generosity": 0.30452,
			"year": 2016
		},
		{
			"country": "Brazil",
			"region": "Latin America and Caribbean",
			"rank": 17,
			"score": 6.952,
			"gdp": 1.08754,
			"family": 1.03938,
			"health": 0.61415,
			"freedom": 0.40425,
			"corruption": 0.14166,
			"generosity": 0.15776,
			"year": 2016
		},
		{
			"country": "Belgium",
			"region": "Western Europe",
			"rank": 18,
			"score": 6.929,
			"gdp": 1.42539,
			"family": 1.05249,
			"health": 0.81959,
			"freedom": 0.51354,
			"corruption": 0.26248,
			"generosity": 0.2424,
			"year": 2016
		},
		{
			"country": "Ireland",
			"region": "Western Europe",
			"rank": 19,
			"score": 6.907,
			"gdp": 1.48341,
			"family": 1.16157,
			"health": 0.81455,
			"freedom": 0.54008,
			"corruption": 0.29754,
			"generosity": 0.44963,
			"year": 2016
		},
		{
			"country": "Luxembourg",
			"region": "Western Europe",
			"rank": 20,
			"score": 6.871,
			"gdp": 1.69752,
			"family": 1.03999,
			"health": 0.84542,
			"freedom": 0.5487,
			"corruption": 0.35329,
			"generosity": 0.27571,
			"year": 2016
		},
		{
			"country": "Mexico",
			"region": "Latin America and Caribbean",
			"rank": 21,
			"score": 6.778,
			"gdp": 1.11508,
			"family": 0.7146,
			"health": 0.71143,
			"freedom": 0.37709,
			"corruption": 0.18355,
			"generosity": 0.11735,
			"year": 2016
		},
		{
			"country": "Singapore",
			"region": "Southeastern Asia",
			"rank": 22,
			"score": 6.739,
			"gdp": 1.64555,
			"family": 0.86758,
			"health": 0.94719,
			"freedom": 0.4877,
			"corruption": 0.46987,
			"generosity": 0.32706,
			"year": 2016
		},
		{
			"country": "United Kingdom",
			"region": "Western Europe",
			"rank": 23,
			"score": 6.725,
			"gdp": 1.40283,
			"family": 1.08672,
			"health": 0.80991,
			"freedom": 0.50036,
			"corruption": 0.27399,
			"generosity": 0.50156,
			"year": 2016
		},
		{
			"country": "Chile",
			"region": "Latin America and Caribbean",
			"rank": 24,
			"score": 6.705,
			"gdp": 1.2167,
			"family": 0.90587,
			"health": 0.81883,
			"freedom": 0.37789,
			"corruption": 0.11451,
			"generosity": 0.31595,
			"year": 2016
		},
		{
			"country": "Panama",
			"region": "Latin America and Caribbean",
			"rank": 25,
			"score": 6.701,
			"gdp": 1.18306,
			"family": 0.98912,
			"health": 0.70835,
			"freedom": 0.48927,
			"corruption": 0.08423,
			"generosity": 0.2418,
			"year": 2016
		},
		{
			"country": "Argentina",
			"region": "Latin America and Caribbean",
			"rank": 26,
			"score": 6.65,
			"gdp": 1.15137,
			"family": 1.06612,
			"health": 0.69711,
			"freedom": 0.42284,
			"corruption": 0.07296,
			"generosity": 0.10989,
			"year": 2016
		},
		{
			"country": "Czech Republic",
			"region": "Central and Eastern Europe",
			"rank": 27,
			"score": 6.596,
			"gdp": 1.30915,
			"family": 1.00793,
			"health": 0.76376,
			"freedom": 0.41418,
			"corruption": 0.03986,
			"generosity": 0.09929,
			"year": 2016
		},
		{
			"country": "United Arab Emirates",
			"region": "Middle East and Northern Africa",
			"rank": 28,
			"score": 6.573,
			"gdp": 1.57352,
			"family": 0.87114,
			"health": 0.72993,
			"freedom": 0.56215,
			"corruption": 0.35561,
			"generosity": 0.26591,
			"year": 2016
		},
		{
			"country": "Uruguay",
			"region": "Latin America and Caribbean",
			"rank": 29,
			"score": 6.545,
			"gdp": 1.18157,
			"family": 1.03143,
			"health": 0.72183,
			"freedom": 0.54388,
			"corruption": 0.21394,
			"generosity": 0.18056,
			"year": 2016
		},
		{
			"country": "Malta",
			"region": "Western Europe",
			"rank": 30,
			"score": 6.488,
			"gdp": 1.30782,
			"family": 1.09879,
			"health": 0.80315,
			"freedom": 0.54994,
			"corruption": 0.17554,
			"generosity": 0.56237,
			"year": 2016
		},
		{
			"country": "Colombia",
			"region": "Latin America and Caribbean",
			"rank": 31,
			"score": 6.481,
			"gdp": 1.03032,
			"family": 1.02169,
			"health": 0.59659,
			"freedom": 0.44735,
			"corruption": 0.05399,
			"generosity": 0.15626,
			"year": 2016
		},
		{
			"country": "France",
			"region": "Western Europe",
			"rank": 32,
			"score": 6.478,
			"gdp": 1.39488,
			"family": 1.00508,
			"health": 0.83795,
			"freedom": 0.46562,
			"corruption": 0.17808,
			"generosity": 0.1216,
			"year": 2016
		},
		{
			"country": "Thailand",
			"region": "Southeastern Asia",
			"rank": 33,
			"score": 6.474,
			"gdp": 1.0893,
			"family": 1.04477,
			"health": 0.64915,
			"freedom": 0.49553,
			"corruption": 0.02833,
			"generosity": 0.58696,
			"year": 2016
		},
		{
			"country": "Saudi Arabia",
			"region": "Middle East and Northern Africa",
			"rank": 34,
			"score": 6.379,
			"gdp": 1.48953,
			"family": 0.84829,
			"health": 0.59267,
			"freedom": 0.37904,
			"corruption": 0.30008,
			"generosity": 0.15457,
			"year": 2016
		},
		{
			"country": "Taiwan",
			"region": "Eastern Asia",
			"rank": 34,
			"score": 6.379,
			"gdp": 1.39729,
			"family": 0.92624,
			"health": 0.79565,
			"freedom": 0.32377,
			"corruption": 0.0663,
			"generosity": 0.25495,
			"year": 2016
		},
		{
			"country": "Qatar",
			"region": "Middle East and Northern Africa",
			"rank": 36,
			"score": 6.375,
			"gdp": 1.82427,
			"family": 0.87964,
			"health": 0.71723,
			"freedom": 0.56679,
			"corruption": 0.48049,
			"generosity": 0.32388,
			"year": 2016
		},
		{
			"country": "Spain",
			"region": "Western Europe",
			"rank": 37,
			"score": 6.361,
			"gdp": 1.34253,
			"family": 1.12945,
			"health": 0.87896,
			"freedom": 0.37545,
			"corruption": 0.06137,
			"generosity": 0.17665,
			"year": 2016
		},
		{
			"country": "Algeria",
			"region": "Middle East and Northern Africa",
			"rank": 38,
			"score": 6.355,
			"gdp": 1.05266,
			"family": 0.83309,
			"health": 0.61804,
			"freedom": 0.21006,
			"corruption": 0.16157,
			"generosity": 0.07044,
			"year": 2016
		},
		{
			"country": "Guatemala",
			"region": "Latin America and Caribbean",
			"rank": 39,
			"score": 6.324,
			"gdp": 0.83454,
			"family": 0.87119,
			"health": 0.54039,
			"freedom": 0.50379,
			"corruption": 0.08701,
			"generosity": 0.28808,
			"year": 2016
		},
		{
			"country": "Suriname",
			"region": "Latin America and Caribbean",
			"rank": 40,
			"score": 6.269,
			"gdp": 1.09686,
			"family": 0.77866,
			"health": 0.50933,
			"freedom": 0.52234,
			"corruption": 0.12692,
			"generosity": 0.16665,
			"year": 2016
		},
		{
			"country": "Kuwait",
			"region": "Middle East and Northern Africa",
			"rank": 41,
			"score": 6.239,
			"gdp": 1.61714,
			"family": 0.87758,
			"health": 0.63569,
			"freedom": 0.43166,
			"corruption": 0.23669,
			"generosity": 0.15965,
			"year": 2016
		},
		{
			"country": "Bahrain",
			"region": "Middle East and Northern Africa",
			"rank": 42,
			"score": 6.218,
			"gdp": 1.44024,
			"family": 0.94397,
			"health": 0.65696,
			"freedom": 0.47375,
			"corruption": 0.25772,
			"generosity": 0.17147,
			"year": 2016
		},
		{
			"country": "Trinidad and Tobago",
			"region": "Latin America and Caribbean",
			"rank": 43,
			"score": 6.168,
			"gdp": 1.32572,
			"family": 0.98569,
			"health": 0.52608,
			"freedom": 0.48453,
			"corruption": 0.01241,
			"generosity": 0.31935,
			"year": 2016
		},
		{
			"country": "Venezuela",
			"region": "Latin America and Caribbean",
			"rank": 44,
			"score": 6.084,
			"gdp": 1.13367,
			"family": 1.03302,
			"health": 0.61904,
			"freedom": 0.19847,
			"corruption": 0.08304,
			"generosity": 0.0425,
			"year": 2016
		},
		{
			"country": "Slovakia",
			"region": "Central and Eastern Europe",
			"rank": 45,
			"score": 6.078,
			"gdp": 1.27973,
			"family": 1.08268,
			"health": 0.70367,
			"freedom": 0.23391,
			"corruption": 0.02947,
			"generosity": 0.13837,
			"year": 2016
		},
		{
			"country": "El Salvador",
			"region": "Latin America and Caribbean",
			"rank": 46,
			"score": 6.068,
			"gdp": 0.8737,
			"family": 0.80975,
			"health": 0.596,
			"freedom": 0.37269,
			"corruption": 0.10613,
			"generosity": 0.08877,
			"year": 2016
		},
		{
			"country": "Malaysia",
			"region": "Southeastern Asia",
			"rank": 47,
			"score": 6.005,
			"gdp": 1.25142,
			"family": 0.88025,
			"health": 0.62366,
			"freedom": 0.39031,
			"corruption": 0.09081,
			"generosity": 0.41474,
			"year": 2016
		},
		{
			"country": "Nicaragua",
			"region": "Latin America and Caribbean",
			"rank": 48,
			"score": 5.992,
			"gdp": 0.69384,
			"family": 0.89521,
			"health": 0.65213,
			"freedom": 0.46582,
			"corruption": 0.16292,
			"generosity": 0.29773,
			"year": 2016
		},
		{
			"country": "Uzbekistan",
			"region": "Central and Eastern Europe",
			"rank": 49,
			"score": 5.987,
			"gdp": 0.73591,
			"family": 1.1681,
			"health": 0.50163,
			"freedom": 0.60848,
			"corruption": 0.28333,
			"generosity": 0.34326,
			"year": 2016
		},
		{
			"country": "Italy",
			"region": "Western Europe",
			"rank": 50,
			"score": 5.977,
			"gdp": 1.35495,
			"family": 1.04167,
			"health": 0.85102,
			"freedom": 0.18827,
			"corruption": 0.02556,
			"generosity": 0.16684,
			"year": 2016
		},
		{
			"country": "Ecuador",
			"region": "Latin America and Caribbean",
			"rank": 51,
			"score": 5.976,
			"gdp": 0.97306,
			"family": 0.85974,
			"health": 0.68613,
			"freedom": 0.4027,
			"corruption": 0.18037,
			"generosity": 0.10074,
			"year": 2016
		},
		{
			"country": "Japan",
			"region": "Eastern Asia",
			"rank": 53,
			"score": 5.921,
			"gdp": 1.38007,
			"family": 1.06054,
			"health": 0.91491,
			"freedom": 0.46761,
			"corruption": 0.18985,
			"generosity": 0.10224,
			"year": 2016
		},
		{
			"country": "Kazakhstan",
			"region": "Central and Eastern Europe",
			"rank": 54,
			"score": 5.919,
			"gdp": 1.22943,
			"family": 0.95544,
			"health": 0.57386,
			"freedom": 0.4052,
			"corruption": 0.11132,
			"generosity": 0.15011,
			"year": 2016
		},
		{
			"country": "Moldova",
			"region": "Central and Eastern Europe",
			"rank": 55,
			"score": 5.897,
			"gdp": 0.69177,
			"family": 0.83132,
			"health": 0.52309,
			"freedom": 0.25202,
			"corruption": 0.01903,
			"generosity": 0.19997,
			"year": 2016
		},
		{
			"country": "Russia",
			"region": "Central and Eastern Europe",
			"rank": 56,
			"score": 5.856,
			"gdp": 1.23228,
			"family": 1.05261,
			"health": 0.58991,
			"freedom": 0.32682,
			"corruption": 0.03586,
			"generosity": 0.02736,
			"year": 2016
		},
		{
			"country": "Poland",
			"region": "Central and Eastern Europe",
			"rank": 57,
			"score": 5.835,
			"gdp": 1.24585,
			"family": 1.04685,
			"health": 0.69058,
			"freedom": 0.4519,
			"corruption": 0.055,
			"generosity": 0.14443,
			"year": 2016
		},
		{
			"country": "South Korea",
			"region": "Eastern Asia",
			"rank": 57,
			"score": 5.835,
			"gdp": 1.35948,
			"family": 0.72194,
			"health": 0.88645,
			"freedom": 0.25168,
			"corruption": 0.07716,
			"generosity": 0.18824,
			"year": 2016
		},
		{
			"country": "Bolivia",
			"region": "Latin America and Caribbean",
			"rank": 59,
			"score": 5.822,
			"gdp": 0.79422,
			"family": 0.83779,
			"health": 0.4697,
			"freedom": 0.50961,
			"corruption": 0.07746,
			"generosity": 0.21698,
			"year": 2016
		},
		{
			"country": "Lithuania",
			"region": "Central and Eastern Europe",
			"rank": 60,
			"score": 5.813,
			"gdp": 1.2692,
			"family": 1.06411,
			"health": 0.64674,
			"freedom": 0.18929,
			"corruption": 0.0182,
			"generosity": 0.02025,
			"year": 2016
		},
		{
			"country": "Belarus",
			"region": "Central and Eastern Europe",
			"rank": 61,
			"score": 5.802,
			"gdp": 1.13062,
			"family": 1.04993,
			"health": 0.63104,
			"freedom": 0.29091,
			"corruption": 0.17457,
			"generosity": 0.13942,
			"year": 2016
		},
		{
			"country": "North Cyprus",
			"region": "Western Europe",
			"rank": 62,
			"score": 5.771,
			"gdp": 1.31141,
			"family": 0.81826,
			"health": 0.84142,
			"freedom": 0.43596,
			"corruption": 0.16578,
			"generosity": 0.26322,
			"year": 2016
		},
		{
			"country": "Slovenia",
			"region": "Central and Eastern Europe",
			"rank": 63,
			"score": 5.768,
			"gdp": 1.29947,
			"family": 1.05613,
			"health": 0.79151,
			"freedom": 0.53164,
			"corruption": 0.03635,
			"generosity": 0.25738,
			"year": 2016
		},
		{
			"country": "Peru",
			"region": "Latin America and Caribbean",
			"rank": 64,
			"score": 5.743,
			"gdp": 0.99602,
			"family": 0.81255,
			"health": 0.62994,
			"freedom": 0.37502,
			"corruption": 0.05292,
			"generosity": 0.14527,
			"year": 2016
		},
		{
			"country": "Turkmenistan",
			"region": "Central and Eastern Europe",
			"rank": 65,
			"score": 5.658,
			"gdp": 1.08017,
			"family": 1.03817,
			"health": 0.44006,
			"freedom": 0.37408,
			"corruption": 0.28467,
			"generosity": 0.22567,
			"year": 2016
		},
		{
			"country": "Mauritius",
			"region": "Sub-Saharan Africa",
			"rank": 66,
			"score": 5.648,
			"gdp": 1.14372,
			"family": 0.75695,
			"health": 0.66189,
			"freedom": 0.46145,
			"corruption": 0.05203,
			"generosity": 0.36951,
			"year": 2016
		},
		{
			"country": "Libya",
			"region": "Middle East and Northern Africa",
			"rank": 67,
			"score": 5.615,
			"gdp": 1.06688,
			"family": 0.95076,
			"health": 0.52304,
			"freedom": 0.40672,
			"corruption": 0.10339,
			"generosity": 0.17087,
			"year": 2016
		},
		{
			"country": "Latvia",
			"region": "Central and Eastern Europe",
			"rank": 68,
			"score": 5.56,
			"gdp": 1.21788,
			"family": 0.95025,
			"health": 0.63952,
			"freedom": 0.27996,
			"corruption": 0.0889,
			"generosity": 0.17445,
			"year": 2016
		},
		{
			"country": "Cyprus",
			"region": "Western Europe",
			"rank": 69,
			"score": 5.546,
			"gdp": 1.31857,
			"family": 0.70697,
			"health": 0.8488,
			"freedom": 0.29507,
			"corruption": 0.05228,
			"generosity": 0.27906,
			"year": 2016
		},
		{
			"country": "Paraguay",
			"region": "Latin America and Caribbean",
			"rank": 70,
			"score": 5.538,
			"gdp": 0.89373,
			"family": 1.11111,
			"health": 0.58295,
			"freedom": 0.46235,
			"corruption": 0.07396,
			"generosity": 0.25296,
			"year": 2016
		},
		{
			"country": "Romania",
			"region": "Central and Eastern Europe",
			"rank": 71,
			"score": 5.528,
			"gdp": 1.1697,
			"family": 0.72803,
			"health": 0.67602,
			"freedom": 0.36712,
			"corruption": 0.00679,
			"generosity": 0.12889,
			"year": 2016
		},
		{
			"country": "Estonia",
			"region": "Central and Eastern Europe",
			"rank": 72,
			"score": 5.517,
			"gdp": 1.27964,
			"family": 1.05163,
			"health": 0.68098,
			"freedom": 0.41511,
			"corruption": 0.18519,
			"generosity": 0.08423,
			"year": 2016
		},
		{
			"country": "Jamaica",
			"region": "Latin America and Caribbean",
			"rank": 73,
			"score": 5.51,
			"gdp": 0.89333,
			"family": 0.96372,
			"health": 0.59469,
			"freedom": 0.43597,
			"corruption": 0.04294,
			"generosity": 0.22245,
			"year": 2016
		},
		{
			"country": "Croatia",
			"region": "Central and Eastern Europe",
			"rank": 74,
			"score": 5.488,
			"gdp": 1.18649,
			"family": 0.60809,
			"health": 0.70524,
			"freedom": 0.23907,
			"corruption": 0.04002,
			"generosity": 0.18434,
			"year": 2016
		},
		{
			"country": "Hong Kong",
			"region": "Eastern Asia",
			"rank": 75,
			"score": 5.458,
			"gdp": 1.5107,
			"family": 0.87021,
			"health": 0.95277,
			"freedom": 0.48079,
			"corruption": 0.31647,
			"generosity": 0.40097,
			"year": 2016
		},
		{
			"country": "Kosovo",
			"region": "Central and Eastern Europe",
			"rank": 77,
			"score": 5.401,
			"gdp": 0.90145,
			"family": 0.66062,
			"health": 0.54,
			"freedom": 0.14396,
			"corruption": 0.06547,
			"generosity": 0.27992,
			"year": 2016
		},
		{
			"country": "Turkey",
			"region": "Middle East and Northern Africa",
			"rank": 78,
			"score": 5.389,
			"gdp": 1.16492,
			"family": 0.87717,
			"health": 0.64718,
			"freedom": 0.23889,
			"corruption": 0.12348,
			"generosity": 0.04707,
			"year": 2016
		},
		{
			"country": "Indonesia",
			"region": "Southeastern Asia",
			"rank": 79,
			"score": 5.314,
			"gdp": 0.95104,
			"family": 0.87625,
			"health": 0.49374,
			"freedom": 0.39237,
			"corruption": 0.00322,
			"generosity": 0.56521,
			"year": 2016
		},
		{
			"country": "Jordan",
			"region": "Middle East and Northern Africa",
			"rank": 80,
			"score": 5.303,
			"gdp": 0.99673,
			"family": 0.86216,
			"health": 0.60712,
			"freedom": 0.36023,
			"corruption": 0.13297,
			"generosity": 0.14262,
			"year": 2016
		},
		{
			"country": "Azerbaijan",
			"region": "Central and Eastern Europe",
			"rank": 81,
			"score": 5.291,
			"gdp": 1.12373,
			"family": 0.76042,
			"health": 0.54504,
			"freedom": 0.35327,
			"corruption": 0.17914,
			"generosity": 0.0564,
			"year": 2016
		},
		{
			"country": "Philippines",
			"region": "Southeastern Asia",
			"rank": 82,
			"score": 5.279,
			"gdp": 0.81217,
			"family": 0.87877,
			"health": 0.47036,
			"freedom": 0.54854,
			"corruption": 0.11757,
			"generosity": 0.21674,
			"year": 2016
		},
		{
			"country": "China",
			"region": "Eastern Asia",
			"rank": 83,
			"score": 5.245,
			"gdp": 1.0278,
			"family": 0.79381,
			"health": 0.73561,
			"freedom": 0.44012,
			"corruption": 0.02745,
			"generosity": 0.04959,
			"year": 2016
		},
		{
			"country": "Bhutan",
			"region": "Southern Asia",
			"rank": 84,
			"score": 5.196,
			"gdp": 0.8527,
			"family": 0.90836,
			"health": 0.49759,
			"freedom": 0.46074,
			"corruption": 0.1616,
			"generosity": 0.48546,
			"year": 2016
		},
		{
			"country": "Kyrgyzstan",
			"region": "Central and Eastern Europe",
			"rank": 85,
			"score": 5.185,
			"gdp": 0.56044,
			"family": 0.95434,
			"health": 0.55449,
			"freedom": 0.40212,
			"corruption": 0.04762,
			"generosity": 0.38432,
			"year": 2016
		},
		{
			"country": "Serbia",
			"region": "Central and Eastern Europe",
			"rank": 86,
			"score": 5.177,
			"gdp": 1.03437,
			"family": 0.81329,
			"health": 0.6458,
			"freedom": 0.15718,
			"corruption": 0.04339,
			"generosity": 0.20737,
			"year": 2016
		},
		{
			"country": "Bosnia and Herzegovina",
			"region": "Central and Eastern Europe",
			"rank": 87,
			"score": 5.163,
			"gdp": 0.93383,
			"family": 0.64367,
			"health": 0.70766,
			"freedom": 0.09511,
			"corruption": 0,
			"generosity": 0.29889,
			"year": 2016
		},
		{
			"country": "Montenegro",
			"region": "Central and Eastern Europe",
			"rank": 88,
			"score": 5.161,
			"gdp": 1.07838,
			"family": 0.74173,
			"health": 0.63533,
			"freedom": 0.15111,
			"corruption": 0.12721,
			"generosity": 0.17191,
			"year": 2016
		},
		{
			"country": "Dominican Republic",
			"region": "Latin America and Caribbean",
			"rank": 89,
			"score": 5.155,
			"gdp": 1.02787,
			"family": 0.99496,
			"health": 0.57669,
			"freedom": 0.52259,
			"corruption": 0.12372,
			"generosity": 0.21286,
			"year": 2016
		},
		{
			"country": "Morocco",
			"region": "Middle East and Northern Africa",
			"rank": 90,
			"score": 5.151,
			"gdp": 0.84058,
			"family": 0.38595,
			"health": 0.59471,
			"freedom": 0.25646,
			"corruption": 0.08404,
			"generosity": 0.04053,
			"year": 2016
		},
		{
			"country": "Hungary",
			"region": "Central and Eastern Europe",
			"rank": 91,
			"score": 5.145,
			"gdp": 1.24142,
			"family": 0.93164,
			"health": 0.67608,
			"freedom": 0.1977,
			"corruption": 0.04472,
			"generosity": 0.099,
			"year": 2016
		},
		{
			"country": "Pakistan",
			"region": "Southern Asia",
			"rank": 92,
			"score": 5.132,
			"gdp": 0.68816,
			"family": 0.26135,
			"health": 0.40306,
			"freedom": 0.14622,
			"corruption": 0.1388,
			"generosity": 0.31185,
			"year": 2016
		},
		{
			"country": "Lebanon",
			"region": "Middle East and Northern Africa",
			"rank": 93,
			"score": 5.129,
			"gdp": 1.12268,
			"family": 0.64184,
			"health": 0.76171,
			"freedom": 0.26228,
			"corruption": 0.03061,
			"generosity": 0.23693,
			"year": 2016
		},
		{
			"country": "Portugal",
			"region": "Western Europe",
			"rank": 94,
			"score": 5.123,
			"gdp": 1.27607,
			"family": 0.94367,
			"health": 0.79363,
			"freedom": 0.44727,
			"corruption": 0.01521,
			"generosity": 0.11691,
			"year": 2016
		},
		{
			"country": "Macedonia",
			"region": "Central and Eastern Europe",
			"rank": 95,
			"score": 5.121,
			"gdp": 1.0193,
			"family": 0.78236,
			"health": 0.64738,
			"freedom": 0.27668,
			"corruption": 0.07047,
			"generosity": 0.23507,
			"year": 2016
		},
		{
			"country": "Vietnam",
			"region": "Southeastern Asia",
			"rank": 96,
			"score": 5.061,
			"gdp": 0.74037,
			"family": 0.79117,
			"health": 0.66157,
			"freedom": 0.55954,
			"corruption": 0.11556,
			"generosity": 0.25075,
			"year": 2016
		},
		{
			"country": "Tunisia",
			"region": "Middle East and Northern Africa",
			"rank": 98,
			"score": 5.045,
			"gdp": 0.97724,
			"family": 0.43165,
			"health": 0.59577,
			"freedom": 0.23553,
			"corruption": 0.0817,
			"generosity": 0.03936,
			"year": 2016
		},
		{
			"country": "Greece",
			"region": "Western Europe",
			"rank": 99,
			"score": 5.033,
			"gdp": 1.24886,
			"family": 0.75473,
			"health": 0.80029,
			"freedom": 0.05822,
			"corruption": 0.04127,
			"generosity": 0,
			"year": 2016
		},
		{
			"country": "Tajikistan",
			"region": "Central and Eastern Europe",
			"rank": 100,
			"score": 4.996,
			"gdp": 0.48835,
			"family": 0.75602,
			"health": 0.53119,
			"freedom": 0.43408,
			"corruption": 0.13509,
			"generosity": 0.25998,
			"year": 2016
		},
		{
			"country": "Mongolia",
			"region": "Eastern Asia",
			"rank": 101,
			"score": 4.907,
			"gdp": 0.98853,
			"family": 1.08983,
			"health": 0.55469,
			"freedom": 0.35972,
			"corruption": 0.03285,
			"generosity": 0.34539,
			"year": 2016
		},
		{
			"country": "Laos",
			"region": "Southeastern Asia",
			"rank": 102,
			"score": 4.876,
			"gdp": 0.68042,
			"family": 0.5497,
			"health": 0.38291,
			"freedom": 0.52168,
			"corruption": 0.22423,
			"generosity": 0.43079,
			"year": 2016
		},
		{
			"country": "Nigeria",
			"region": "Sub-Saharan Africa",
			"rank": 103,
			"score": 4.875,
			"gdp": 0.75216,
			"family": 0.64498,
			"health": 0.05108,
			"freedom": 0.27854,
			"corruption": 0.0305,
			"generosity": 0.23219,
			"year": 2016
		},
		{
			"country": "Honduras",
			"region": "Latin America and Caribbean",
			"rank": 104,
			"score": 4.871,
			"gdp": 0.69429,
			"family": 0.75596,
			"health": 0.58383,
			"freedom": 0.26755,
			"corruption": 0.06906,
			"generosity": 0.2044,
			"year": 2016
		},
		{
			"country": "Iran",
			"region": "Middle East and Northern Africa",
			"rank": 105,
			"score": 4.813,
			"gdp": 1.11758,
			"family": 0.38857,
			"health": 0.64232,
			"freedom": 0.22544,
			"corruption": 0.0557,
			"generosity": 0.38538,
			"year": 2016
		},
		{
			"country": "Zambia",
			"region": "Sub-Saharan Africa",
			"rank": 106,
			"score": 4.795,
			"gdp": 0.61202,
			"family": 0.6376,
			"health": 0.23573,
			"freedom": 0.42662,
			"corruption": 0.11479,
			"generosity": 0.17866,
			"year": 2016
		},
		{
			"country": "Nepal",
			"region": "Southern Asia",
			"rank": 107,
			"score": 4.793,
			"gdp": 0.44626,
			"family": 0.69699,
			"health": 0.50073,
			"freedom": 0.37012,
			"corruption": 0.07008,
			"generosity": 0.3816,
			"year": 2016
		},
		{
			"country": "Palestinian Territories",
			"region": "Middle East and Northern Africa",
			"rank": 108,
			"score": 4.754,
			"gdp": 0.67024,
			"family": 0.71629,
			"health": 0.56844,
			"freedom": 0.17744,
			"corruption": 0.10613,
			"generosity": 0.11154,
			"year": 2016
		},
		{
			"country": "Albania",
			"region": "Central and Eastern Europe",
			"rank": 109,
			"score": 4.655,
			"gdp": 0.9553,
			"family": 0.50163,
			"health": 0.73007,
			"freedom": 0.31866,
			"corruption": 0.05301,
			"generosity": 0.1684,
			"year": 2016
		},
		{
			"country": "Bangladesh",
			"region": "Southern Asia",
			"rank": 110,
			"score": 4.643,
			"gdp": 0.54177,
			"family": 0.24749,
			"health": 0.52989,
			"freedom": 0.39778,
			"corruption": 0.12583,
			"generosity": 0.19132,
			"year": 2016
		},
		{
			"country": "Sierra Leone",
			"region": "Sub-Saharan Africa",
			"rank": 111,
			"score": 4.635,
			"gdp": 0.36485,
			"family": 0.628,
			"health": 0,
			"freedom": 0.30685,
			"corruption": 0.08196,
			"generosity": 0.23897,
			"year": 2016
		},
		{
			"country": "Iraq",
			"region": "Middle East and Northern Africa",
			"rank": 112,
			"score": 4.575,
			"gdp": 1.07474,
			"family": 0.59205,
			"health": 0.51076,
			"freedom": 0.24856,
			"corruption": 0.13636,
			"generosity": 0.19589,
			"year": 2016
		},
		{
			"country": "Cameroon",
			"region": "Sub-Saharan Africa",
			"rank": 114,
			"score": 4.513,
			"gdp": 0.52497,
			"family": 0.62542,
			"health": 0.12698,
			"freedom": 0.42736,
			"corruption": 0.06126,
			"generosity": 0.2268,
			"year": 2016
		},
		{
			"country": "Ethiopia",
			"region": "Sub-Saharan Africa",
			"rank": 115,
			"score": 4.508,
			"gdp": 0.29283,
			"family": 0.37932,
			"health": 0.34578,
			"freedom": 0.36703,
			"corruption": 0.1717,
			"generosity": 0.29522,
			"year": 2016
		},
		{
			"country": "South Africa",
			"region": "Sub-Saharan Africa",
			"rank": 116,
			"score": 4.459,
			"gdp": 1.02416,
			"family": 0.96053,
			"health": 0.18611,
			"freedom": 0.42483,
			"corruption": 0.08415,
			"generosity": 0.13656,
			"year": 2016
		},
		{
			"country": "Sri Lanka",
			"region": "Southern Asia",
			"rank": 117,
			"score": 4.415,
			"gdp": 0.97318,
			"family": 0.84783,
			"health": 0.62007,
			"freedom": 0.50817,
			"corruption": 0.07964,
			"generosity": 0.46978,
			"year": 2016
		},
		{
			"country": "India",
			"region": "Southern Asia",
			"rank": 118,
			"score": 4.404,
			"gdp": 0.74036,
			"family": 0.29247,
			"health": 0.45091,
			"freedom": 0.40285,
			"corruption": 0.08722,
			"generosity": 0.25028,
			"year": 2016
		},
		{
			"country": "Myanmar",
			"region": "Southeastern Asia",
			"rank": 119,
			"score": 4.395,
			"gdp": 0.34112,
			"family": 0.69981,
			"health": 0.3988,
			"freedom": 0.42692,
			"corruption": 0.20243,
			"generosity": 0.81971,
			"year": 2016
		},
		{
			"country": "Egypt",
			"region": "Middle East and Northern Africa",
			"rank": 120,
			"score": 4.362,
			"gdp": 0.95395,
			"family": 0.49813,
			"health": 0.52116,
			"freedom": 0.18847,
			"corruption": 0.10393,
			"generosity": 0.12706,
			"year": 2016
		},
		{
			"country": "Armenia",
			"region": "Central and Eastern Europe",
			"rank": 121,
			"score": 4.36,
			"gdp": 0.86086,
			"family": 0.62477,
			"health": 0.64083,
			"freedom": 0.14037,
			"corruption": 0.03616,
			"generosity": 0.07793,
			"year": 2016
		},
		{
			"country": "Kenya",
			"region": "Sub-Saharan Africa",
			"rank": 122,
			"score": 4.356,
			"gdp": 0.52267,
			"family": 0.7624,
			"health": 0.30147,
			"freedom": 0.40576,
			"corruption": 0.06686,
			"generosity": 0.41328,
			"year": 2016
		},
		{
			"country": "Ukraine",
			"region": "Central and Eastern Europe",
			"rank": 123,
			"score": 4.324,
			"gdp": 0.87287,
			"family": 1.01413,
			"health": 0.58628,
			"freedom": 0.12859,
			"corruption": 0.01829,
			"generosity": 0.20363,
			"year": 2016
		},
		{
			"country": "Ghana",
			"region": "Sub-Saharan Africa",
			"rank": 124,
			"score": 4.276,
			"gdp": 0.63107,
			"family": 0.49353,
			"health": 0.29681,
			"freedom": 0.40973,
			"corruption": 0.0326,
			"generosity": 0.21203,
			"year": 2016
		},
		{
			"country": "Congo (Kinshasa)",
			"region": "Sub-Saharan Africa",
			"rank": 125,
			"score": 4.272,
			"gdp": 0.05661,
			"family": 0.80676,
			"health": 0.188,
			"freedom": 0.15602,
			"corruption": 0.06075,
			"generosity": 0.25458,
			"year": 2016
		},
		{
			"country": "Georgia",
			"region": "Central and Eastern Europe",
			"rank": 126,
			"score": 4.252,
			"gdp": 0.83792,
			"family": 0.19249,
			"health": 0.64035,
			"freedom": 0.32461,
			"corruption": 0.3188,
			"generosity": 0.06786,
			"year": 2016
		},
		{
			"country": "Congo (Brazzaville)",
			"region": "Sub-Saharan Africa",
			"rank": 127,
			"score": 4.236,
			"gdp": 0.77109,
			"family": 0.47799,
			"health": 0.28212,
			"freedom": 0.37938,
			"corruption": 0.09753,
			"generosity": 0.12077,
			"year": 2016
		},
		{
			"country": "Senegal",
			"region": "Sub-Saharan Africa",
			"rank": 128,
			"score": 4.219,
			"gdp": 0.44314,
			"family": 0.77416,
			"health": 0.40457,
			"freedom": 0.31056,
			"corruption": 0.11681,
			"generosity": 0.19103,
			"year": 2016
		},
		{
			"country": "Bulgaria",
			"region": "Central and Eastern Europe",
			"rank": 129,
			"score": 4.217,
			"gdp": 1.11306,
			"family": 0.92542,
			"health": 0.67806,
			"freedom": 0.21219,
			"corruption": 0.00615,
			"generosity": 0.12793,
			"year": 2016
		},
		{
			"country": "Mauritania",
			"region": "Sub-Saharan Africa",
			"rank": 130,
			"score": 4.201,
			"gdp": 0.61391,
			"family": 0.84142,
			"health": 0.28639,
			"freedom": 0.1268,
			"corruption": 0.17955,
			"generosity": 0.22686,
			"year": 2016
		},
		{
			"country": "Zimbabwe",
			"region": "Sub-Saharan Africa",
			"rank": 131,
			"score": 4.193,
			"gdp": 0.35041,
			"family": 0.71478,
			"health": 0.1595,
			"freedom": 0.25429,
			"corruption": 0.08582,
			"generosity": 0.18503,
			"year": 2016
		},
		{
			"country": "Malawi",
			"region": "Sub-Saharan Africa",
			"rank": 132,
			"score": 4.156,
			"gdp": 0.08709,
			"family": 0.147,
			"health": 0.29364,
			"freedom": 0.4143,
			"corruption": 0.07564,
			"generosity": 0.30968,
			"year": 2016
		},
		{
			"country": "Sudan",
			"region": "Sub-Saharan Africa",
			"rank": 133,
			"score": 4.139,
			"gdp": 0.63069,
			"family": 0.81928,
			"health": 0.29759,
			"freedom": 0,
			"corruption": 0.10039,
			"generosity": 0.18077,
			"year": 2016
		},
		{
			"country": "Gabon",
			"region": "Sub-Saharan Africa",
			"rank": 134,
			"score": 4.121,
			"gdp": 1.15851,
			"family": 0.72368,
			"health": 0.3494,
			"freedom": 0.28098,
			"corruption": 0.09314,
			"generosity": 0.06244,
			"year": 2016
		},
		{
			"country": "Mali",
			"region": "Sub-Saharan Africa",
			"rank": 135,
			"score": 4.073,
			"gdp": 0.31292,
			"family": 0.86333,
			"health": 0.16347,
			"freedom": 0.27544,
			"corruption": 0.13647,
			"generosity": 0.21064,
			"year": 2016
		},
		{
			"country": "Haiti",
			"region": "Latin America and Caribbean",
			"rank": 136,
			"score": 4.028,
			"gdp": 0.34097,
			"family": 0.29561,
			"health": 0.27494,
			"freedom": 0.12072,
			"corruption": 0.14476,
			"generosity": 0.47958,
			"year": 2016
		},
		{
			"country": "Botswana",
			"region": "Sub-Saharan Africa",
			"rank": 137,
			"score": 3.974,
			"gdp": 1.09426,
			"family": 0.89186,
			"health": 0.34752,
			"freedom": 0.44089,
			"corruption": 0.10769,
			"generosity": 0.12425,
			"year": 2016
		},
		{
			"country": "Comoros",
			"region": "Sub-Saharan Africa",
			"rank": 138,
			"score": 3.956,
			"gdp": 0.27509,
			"family": 0.60323,
			"health": 0.29981,
			"freedom": 0.15412,
			"corruption": 0.18437,
			"generosity": 0.1827,
			"year": 2016
		},
		{
			"country": "Ivory Coast",
			"region": "Sub-Saharan Africa",
			"rank": 139,
			"score": 3.916,
			"gdp": 0.55507,
			"family": 0.57576,
			"health": 0.04476,
			"freedom": 0.40663,
			"corruption": 0.1553,
			"generosity": 0.20338,
			"year": 2016
		},
		{
			"country": "Cambodia",
			"region": "Southeastern Asia",
			"rank": 140,
			"score": 3.907,
			"gdp": 0.55604,
			"family": 0.5375,
			"health": 0.42494,
			"freedom": 0.58852,
			"corruption": 0.08092,
			"generosity": 0.40339,
			"year": 2016
		},
		{
			"country": "Angola",
			"region": "Sub-Saharan Africa",
			"rank": 141,
			"score": 3.866,
			"gdp": 0.84731,
			"family": 0.66366,
			"health": 0.04991,
			"freedom": 0.00589,
			"corruption": 0.08434,
			"generosity": 0.12071,
			"year": 2016
		},
		{
			"country": "Niger",
			"region": "Sub-Saharan Africa",
			"rank": 142,
			"score": 3.856,
			"gdp": 0.1327,
			"family": 0.6053,
			"health": 0.26162,
			"freedom": 0.38041,
			"corruption": 0.17176,
			"generosity": 0.2097,
			"year": 2016
		},
		{
			"country": "Chad",
			"region": "Sub-Saharan Africa",
			"rank": 144,
			"score": 3.763,
			"gdp": 0.42214,
			"family": 0.63178,
			"health": 0.03824,
			"freedom": 0.12807,
			"corruption": 0.04952,
			"generosity": 0.18667,
			"year": 2016
		},
		{
			"country": "Burkina Faso",
			"region": "Sub-Saharan Africa",
			"rank": 145,
			"score": 3.739,
			"gdp": 0.31995,
			"family": 0.63054,
			"health": 0.21297,
			"freedom": 0.3337,
			"corruption": 0.12533,
			"generosity": 0.24353,
			"year": 2016
		},
		{
			"country": "Uganda",
			"region": "Sub-Saharan Africa",
			"rank": 145,
			"score": 3.739,
			"gdp": 0.34719,
			"family": 0.90981,
			"health": 0.19625,
			"freedom": 0.43653,
			"corruption": 0.06442,
			"generosity": 0.27102,
			"year": 2016
		},
		{
			"country": "Yemen",
			"region": "Middle East and Northern Africa",
			"rank": 147,
			"score": 3.724,
			"gdp": 0.57939,
			"family": 0.47493,
			"health": 0.31048,
			"freedom": 0.2287,
			"corruption": 0.05892,
			"generosity": 0.09821,
			"year": 2016
		},
		{
			"country": "Madagascar",
			"region": "Sub-Saharan Africa",
			"rank": 148,
			"score": 3.695,
			"gdp": 0.27954,
			"family": 0.46115,
			"health": 0.37109,
			"freedom": 0.13684,
			"corruption": 0.07506,
			"generosity": 0.2204,
			"year": 2016
		},
		{
			"country": "Tanzania",
			"region": "Sub-Saharan Africa",
			"rank": 149,
			"score": 3.666,
			"gdp": 0.47155,
			"family": 0.77623,
			"health": 0.357,
			"freedom": 0.3176,
			"corruption": 0.05099,
			"generosity": 0.31472,
			"year": 2016
		},
		{
			"country": "Liberia",
			"region": "Sub-Saharan Africa",
			"rank": 150,
			"score": 3.622,
			"gdp": 0.10706,
			"family": 0.50353,
			"health": 0.23165,
			"freedom": 0.25748,
			"corruption": 0.04852,
			"generosity": 0.24063,
			"year": 2016
		},
		{
			"country": "Guinea",
			"region": "Sub-Saharan Africa",
			"rank": 151,
			"score": 3.607,
			"gdp": 0.22415,
			"family": 0.3109,
			"health": 0.18829,
			"freedom": 0.30953,
			"corruption": 0.1192,
			"generosity": 0.29914,
			"year": 2016
		},
		{
			"country": "Rwanda",
			"region": "Sub-Saharan Africa",
			"rank": 152,
			"score": 3.515,
			"gdp": 0.32846,
			"family": 0.61586,
			"health": 0.31865,
			"freedom": 0.5432,
			"corruption": 0.50521,
			"generosity": 0.23552,
			"year": 2016
		},
		{
			"country": "Benin",
			"region": "Sub-Saharan Africa",
			"rank": 153,
			"score": 3.484,
			"gdp": 0.39499,
			"family": 0.10419,
			"health": 0.21028,
			"freedom": 0.39747,
			"corruption": 0.06681,
			"generosity": 0.2018,
			"year": 2016
		},
		{
			"country": "Afghanistan",
			"region": "Southern Asia",
			"rank": 154,
			"score": 3.36,
			"gdp": 0.38227,
			"family": 0.11037,
			"health": 0.17344,
			"freedom": 0.1643,
			"corruption": 0.07112,
			"generosity": 0.31268,
			"year": 2016
		},
		{
			"country": "Togo",
			"region": "Sub-Saharan Africa",
			"rank": 155,
			"score": 3.303,
			"gdp": 0.28123,
			"family": 0,
			"health": 0.24811,
			"freedom": 0.34678,
			"corruption": 0.11587,
			"generosity": 0.17517,
			"year": 2016
		},
		{
			"country": "Syria",
			"region": "Middle East and Northern Africa",
			"rank": 156,
			"score": 3.069,
			"gdp": 0.74719,
			"family": 0.14866,
			"health": 0.62994,
			"freedom": 0.06912,
			"corruption": 0.17233,
			"generosity": 0.48397,
			"year": 2016
		},
		{
			"country": "Burundi",
			"region": "Sub-Saharan Africa",
			"rank": 157,
			"score": 2.905,
			"gdp": 0.06831,
			"family": 0.23442,
			"health": 0.15747,
			"freedom": 0.0432,
			"corruption": 0.09419,
			"generosity": 0.2029,
			"year": 2016
		},
		{
			"country": "Denmark",
			"region": "Western Europe",
			"rank": 1,
			"score": 7.526,
			"gdp": 1.44178,
			"family": 1.16374,
			"health": 0.79504,
			"freedom": 0.57941,
			"corruption": 0.44453,
			"generosity": 0.36171,
			"year": 2017
		},
		{
			"country": "Switzerland",
			"region": "Western Europe",
			"rank": 2,
			"score": 7.509,
			"gdp": 1.52733,
			"family": 1.14524,
			"health": 0.86303,
			"freedom": 0.58557,
			"corruption": 0.41203,
			"generosity": 0.28083,
			"year": 2017
		},
		{
			"country": "Iceland",
			"region": "Western Europe",
			"rank": 3,
			"score": 7.501,
			"gdp": 1.42666,
			"family": 1.18326,
			"health": 0.86733,
			"freedom": 0.56624,
			"corruption": 0.14975,
			"generosity": 0.47678,
			"year": 2017
		},
		{
			"country": "Norway",
			"region": "Western Europe",
			"rank": 4,
			"score": 7.498,
			"gdp": 1.57744,
			"family": 1.1269,
			"health": 0.79579,
			"freedom": 0.59609,
			"corruption": 0.35776,
			"generosity": 0.37895,
			"year": 2017
		},
		{
			"country": "Finland",
			"region": "Western Europe",
			"rank": 5,
			"score": 7.413,
			"gdp": 1.40598,
			"family": 1.13464,
			"health": 0.81091,
			"freedom": 0.57104,
			"corruption": 0.41004,
			"generosity": 0.25492,
			"year": 2017
		},
		{
			"country": "Canada",
			"region": "North America",
			"rank": 6,
			"score": 7.404,
			"gdp": 1.44015,
			"family": 1.0961,
			"health": 0.8276,
			"freedom": 0.5737,
			"corruption": 0.31329,
			"generosity": 0.44834,
			"year": 2017
		},
		{
			"country": "Netherlands",
			"region": "Western Europe",
			"rank": 7,
			"score": 7.339,
			"gdp": 1.46468,
			"family": 1.02912,
			"health": 0.81231,
			"freedom": 0.55211,
			"corruption": 0.29927,
			"generosity": 0.47416,
			"year": 2017
		},
		{
			"country": "New Zealand",
			"region": "Australia and New Zealand",
			"rank": 8,
			"score": 7.334,
			"gdp": 1.36066,
			"family": 1.17278,
			"health": 0.83096,
			"freedom": 0.58147,
			"corruption": 0.41904,
			"generosity": 0.49401,
			"year": 2017
		},
		{
			"country": "Australia",
			"region": "Australia and New Zealand",
			"rank": 9,
			"score": 7.313,
			"gdp": 1.44443,
			"family": 1.10476,
			"health": 0.8512,
			"freedom": 0.56837,
			"corruption": 0.32331,
			"generosity": 0.47407,
			"year": 2017
		},
		{
			"country": "Sweden",
			"region": "Western Europe",
			"rank": 10,
			"score": 7.291,
			"gdp": 1.45181,
			"family": 1.08764,
			"health": 0.83121,
			"freedom": 0.58218,
			"corruption": 0.40867,
			"generosity": 0.38254,
			"year": 2017
		},
		{
			"country": "Israel",
			"region": "Middle East and Northern Africa",
			"rank": 11,
			"score": 7.267,
			"gdp": 1.33766,
			"family": 0.99537,
			"health": 0.84917,
			"freedom": 0.36432,
			"corruption": 0.08728,
			"generosity": 0.32288,
			"year": 2017
		},
		{
			"country": "Austria",
			"region": "Western Europe",
			"rank": 12,
			"score": 7.119,
			"gdp": 1.45038,
			"family": 1.08383,
			"health": 0.80565,
			"freedom": 0.54355,
			"corruption": 0.21348,
			"generosity": 0.32865,
			"year": 2017
		},
		{
			"country": "United States",
			"region": "North America",
			"rank": 13,
			"score": 7.104,
			"gdp": 1.50796,
			"family": 1.04782,
			"health": 0.779,
			"freedom": 0.48163,
			"corruption": 0.14868,
			"generosity": 0.41077,
			"year": 2017
		},
		{
			"country": "Costa Rica",
			"region": "Latin America and Caribbean",
			"rank": 14,
			"score": 7.087,
			"gdp": 1.06879,
			"family": 1.02152,
			"health": 0.76146,
			"freedom": 0.55225,
			"corruption": 0.10547,
			"generosity": 0.22553,
			"year": 2017
		},
		{
			"country": "Germany",
			"region": "Western Europe",
			"rank": 16,
			"score": 6.994,
			"gdp": 1.44787,
			"family": 1.09774,
			"health": 0.81487,
			"freedom": 0.53466,
			"corruption": 0.28551,
			"generosity": 0.30452,
			"year": 2017
		},
		{
			"country": "Brazil",
			"region": "Latin America and Caribbean",
			"rank": 17,
			"score": 6.952,
			"gdp": 1.08754,
			"family": 1.03938,
			"health": 0.61415,
			"freedom": 0.40425,
			"corruption": 0.14166,
			"generosity": 0.15776,
			"year": 2017
		},
		{
			"country": "Belgium",
			"region": "Western Europe",
			"rank": 18,
			"score": 6.929,
			"gdp": 1.42539,
			"family": 1.05249,
			"health": 0.81959,
			"freedom": 0.51354,
			"corruption": 0.26248,
			"generosity": 0.2424,
			"year": 2017
		},
		{
			"country": "Ireland",
			"region": "Western Europe",
			"rank": 19,
			"score": 6.907,
			"gdp": 1.48341,
			"family": 1.16157,
			"health": 0.81455,
			"freedom": 0.54008,
			"corruption": 0.29754,
			"generosity": 0.44963,
			"year": 2017
		},
		{
			"country": "Luxembourg",
			"region": "Western Europe",
			"rank": 20,
			"score": 6.871,
			"gdp": 1.69752,
			"family": 1.03999,
			"health": 0.84542,
			"freedom": 0.5487,
			"corruption": 0.35329,
			"generosity": 0.27571,
			"year": 2017
		},
		{
			"country": "Mexico",
			"region": "Latin America and Caribbean",
			"rank": 21,
			"score": 6.778,
			"gdp": 1.11508,
			"family": 0.7146,
			"health": 0.71143,
			"freedom": 0.37709,
			"corruption": 0.18355,
			"generosity": 0.11735,
			"year": 2017
		},
		{
			"country": "Singapore",
			"region": "Southeastern Asia",
			"rank": 22,
			"score": 6.739,
			"gdp": 1.64555,
			"family": 0.86758,
			"health": 0.94719,
			"freedom": 0.4877,
			"corruption": 0.46987,
			"generosity": 0.32706,
			"year": 2017
		},
		{
			"country": "United Kingdom",
			"region": "Western Europe",
			"rank": 23,
			"score": 6.725,
			"gdp": 1.40283,
			"family": 1.08672,
			"health": 0.80991,
			"freedom": 0.50036,
			"corruption": 0.27399,
			"generosity": 0.50156,
			"year": 2017
		},
		{
			"country": "Chile",
			"region": "Latin America and Caribbean",
			"rank": 24,
			"score": 6.705,
			"gdp": 1.2167,
			"family": 0.90587,
			"health": 0.81883,
			"freedom": 0.37789,
			"corruption": 0.11451,
			"generosity": 0.31595,
			"year": 2017
		},
		{
			"country": "Panama",
			"region": "Latin America and Caribbean",
			"rank": 25,
			"score": 6.701,
			"gdp": 1.18306,
			"family": 0.98912,
			"health": 0.70835,
			"freedom": 0.48927,
			"corruption": 0.08423,
			"generosity": 0.2418,
			"year": 2017
		},
		{
			"country": "Argentina",
			"region": "Latin America and Caribbean",
			"rank": 26,
			"score": 6.65,
			"gdp": 1.15137,
			"family": 1.06612,
			"health": 0.69711,
			"freedom": 0.42284,
			"corruption": 0.07296,
			"generosity": 0.10989,
			"year": 2017
		},
		{
			"country": "Czech Republic",
			"region": "Central and Eastern Europe",
			"rank": 27,
			"score": 6.596,
			"gdp": 1.30915,
			"family": 1.00793,
			"health": 0.76376,
			"freedom": 0.41418,
			"corruption": 0.03986,
			"generosity": 0.09929,
			"year": 2017
		},
		{
			"country": "United Arab Emirates",
			"region": "Middle East and Northern Africa",
			"rank": 28,
			"score": 6.573,
			"gdp": 1.57352,
			"family": 0.87114,
			"health": 0.72993,
			"freedom": 0.56215,
			"corruption": 0.35561,
			"generosity": 0.26591,
			"year": 2017
		},
		{
			"country": "Uruguay",
			"region": "Latin America and Caribbean",
			"rank": 29,
			"score": 6.545,
			"gdp": 1.18157,
			"family": 1.03143,
			"health": 0.72183,
			"freedom": 0.54388,
			"corruption": 0.21394,
			"generosity": 0.18056,
			"year": 2017
		},
		{
			"country": "Malta",
			"region": "Western Europe",
			"rank": 30,
			"score": 6.488,
			"gdp": 1.30782,
			"family": 1.09879,
			"health": 0.80315,
			"freedom": 0.54994,
			"corruption": 0.17554,
			"generosity": 0.56237,
			"year": 2017
		},
		{
			"country": "Colombia",
			"region": "Latin America and Caribbean",
			"rank": 31,
			"score": 6.481,
			"gdp": 1.03032,
			"family": 1.02169,
			"health": 0.59659,
			"freedom": 0.44735,
			"corruption": 0.05399,
			"generosity": 0.15626,
			"year": 2017
		},
		{
			"country": "France",
			"region": "Western Europe",
			"rank": 32,
			"score": 6.478,
			"gdp": 1.39488,
			"family": 1.00508,
			"health": 0.83795,
			"freedom": 0.46562,
			"corruption": 0.17808,
			"generosity": 0.1216,
			"year": 2017
		},
		{
			"country": "Thailand",
			"region": "Southeastern Asia",
			"rank": 33,
			"score": 6.474,
			"gdp": 1.0893,
			"family": 1.04477,
			"health": 0.64915,
			"freedom": 0.49553,
			"corruption": 0.02833,
			"generosity": 0.58696,
			"year": 2017
		},
		{
			"country": "Saudi Arabia",
			"region": "Middle East and Northern Africa",
			"rank": 34,
			"score": 6.379,
			"gdp": 1.48953,
			"family": 0.84829,
			"health": 0.59267,
			"freedom": 0.37904,
			"corruption": 0.30008,
			"generosity": 0.15457,
			"year": 2017
		},
		{
			"country": "Taiwan",
			"region": "Eastern Asia",
			"rank": 34,
			"score": 6.379,
			"gdp": 1.39729,
			"family": 0.92624,
			"health": 0.79565,
			"freedom": 0.32377,
			"corruption": 0.0663,
			"generosity": 0.25495,
			"year": 2017
		},
		{
			"country": "Qatar",
			"region": "Middle East and Northern Africa",
			"rank": 36,
			"score": 6.375,
			"gdp": 1.82427,
			"family": 0.87964,
			"health": 0.71723,
			"freedom": 0.56679,
			"corruption": 0.48049,
			"generosity": 0.32388,
			"year": 2017
		},
		{
			"country": "Spain",
			"region": "Western Europe",
			"rank": 37,
			"score": 6.361,
			"gdp": 1.34253,
			"family": 1.12945,
			"health": 0.87896,
			"freedom": 0.37545,
			"corruption": 0.06137,
			"generosity": 0.17665,
			"year": 2017
		},
		{
			"country": "Algeria",
			"region": "Middle East and Northern Africa",
			"rank": 38,
			"score": 6.355,
			"gdp": 1.05266,
			"family": 0.83309,
			"health": 0.61804,
			"freedom": 0.21006,
			"corruption": 0.16157,
			"generosity": 0.07044,
			"year": 2017
		},
		{
			"country": "Guatemala",
			"region": "Latin America and Caribbean",
			"rank": 39,
			"score": 6.324,
			"gdp": 0.83454,
			"family": 0.87119,
			"health": 0.54039,
			"freedom": 0.50379,
			"corruption": 0.08701,
			"generosity": 0.28808,
			"year": 2017
		},
		{
			"country": "Suriname",
			"region": "Latin America and Caribbean",
			"rank": 40,
			"score": 6.269,
			"gdp": 1.09686,
			"family": 0.77866,
			"health": 0.50933,
			"freedom": 0.52234,
			"corruption": 0.12692,
			"generosity": 0.16665,
			"year": 2017
		},
		{
			"country": "Kuwait",
			"region": "Middle East and Northern Africa",
			"rank": 41,
			"score": 6.239,
			"gdp": 1.61714,
			"family": 0.87758,
			"health": 0.63569,
			"freedom": 0.43166,
			"corruption": 0.23669,
			"generosity": 0.15965,
			"year": 2017
		},
		{
			"country": "Bahrain",
			"region": "Middle East and Northern Africa",
			"rank": 42,
			"score": 6.218,
			"gdp": 1.44024,
			"family": 0.94397,
			"health": 0.65696,
			"freedom": 0.47375,
			"corruption": 0.25772,
			"generosity": 0.17147,
			"year": 2017
		},
		{
			"country": "Trinidad and Tobago",
			"region": "Latin America and Caribbean",
			"rank": 43,
			"score": 6.168,
			"gdp": 1.32572,
			"family": 0.98569,
			"health": 0.52608,
			"freedom": 0.48453,
			"corruption": 0.01241,
			"generosity": 0.31935,
			"year": 2017
		},
		{
			"country": "Venezuela",
			"region": "Latin America and Caribbean",
			"rank": 44,
			"score": 6.084,
			"gdp": 1.13367,
			"family": 1.03302,
			"health": 0.61904,
			"freedom": 0.19847,
			"corruption": 0.08304,
			"generosity": 0.0425,
			"year": 2017
		},
		{
			"country": "Slovakia",
			"region": "Central and Eastern Europe",
			"rank": 45,
			"score": 6.078,
			"gdp": 1.27973,
			"family": 1.08268,
			"health": 0.70367,
			"freedom": 0.23391,
			"corruption": 0.02947,
			"generosity": 0.13837,
			"year": 2017
		},
		{
			"country": "El Salvador",
			"region": "Latin America and Caribbean",
			"rank": 46,
			"score": 6.068,
			"gdp": 0.8737,
			"family": 0.80975,
			"health": 0.596,
			"freedom": 0.37269,
			"corruption": 0.10613,
			"generosity": 0.08877,
			"year": 2017
		},
		{
			"country": "Malaysia",
			"region": "Southeastern Asia",
			"rank": 47,
			"score": 6.005,
			"gdp": 1.25142,
			"family": 0.88025,
			"health": 0.62366,
			"freedom": 0.39031,
			"corruption": 0.09081,
			"generosity": 0.41474,
			"year": 2017
		},
		{
			"country": "Nicaragua",
			"region": "Latin America and Caribbean",
			"rank": 48,
			"score": 5.992,
			"gdp": 0.69384,
			"family": 0.89521,
			"health": 0.65213,
			"freedom": 0.46582,
			"corruption": 0.16292,
			"generosity": 0.29773,
			"year": 2017
		},
		{
			"country": "Uzbekistan",
			"region": "Central and Eastern Europe",
			"rank": 49,
			"score": 5.987,
			"gdp": 0.73591,
			"family": 1.1681,
			"health": 0.50163,
			"freedom": 0.60848,
			"corruption": 0.28333,
			"generosity": 0.34326,
			"year": 2017
		},
		{
			"country": "Italy",
			"region": "Western Europe",
			"rank": 50,
			"score": 5.977,
			"gdp": 1.35495,
			"family": 1.04167,
			"health": 0.85102,
			"freedom": 0.18827,
			"corruption": 0.02556,
			"generosity": 0.16684,
			"year": 2017
		},
		{
			"country": "Ecuador",
			"region": "Latin America and Caribbean",
			"rank": 51,
			"score": 5.976,
			"gdp": 0.97306,
			"family": 0.85974,
			"health": 0.68613,
			"freedom": 0.4027,
			"corruption": 0.18037,
			"generosity": 0.10074,
			"year": 2017
		},
		{
			"country": "Japan",
			"region": "Eastern Asia",
			"rank": 53,
			"score": 5.921,
			"gdp": 1.38007,
			"family": 1.06054,
			"health": 0.91491,
			"freedom": 0.46761,
			"corruption": 0.18985,
			"generosity": 0.10224,
			"year": 2017
		},
		{
			"country": "Kazakhstan",
			"region": "Central and Eastern Europe",
			"rank": 54,
			"score": 5.919,
			"gdp": 1.22943,
			"family": 0.95544,
			"health": 0.57386,
			"freedom": 0.4052,
			"corruption": 0.11132,
			"generosity": 0.15011,
			"year": 2017
		},
		{
			"country": "Moldova",
			"region": "Central and Eastern Europe",
			"rank": 55,
			"score": 5.897,
			"gdp": 0.69177,
			"family": 0.83132,
			"health": 0.52309,
			"freedom": 0.25202,
			"corruption": 0.01903,
			"generosity": 0.19997,
			"year": 2017
		},
		{
			"country": "Russia",
			"region": "Central and Eastern Europe",
			"rank": 56,
			"score": 5.856,
			"gdp": 1.23228,
			"family": 1.05261,
			"health": 0.58991,
			"freedom": 0.32682,
			"corruption": 0.03586,
			"generosity": 0.02736,
			"year": 2017
		},
		{
			"country": "Poland",
			"region": "Central and Eastern Europe",
			"rank": 57,
			"score": 5.835,
			"gdp": 1.24585,
			"family": 1.04685,
			"health": 0.69058,
			"freedom": 0.4519,
			"corruption": 0.055,
			"generosity": 0.14443,
			"year": 2017
		},
		{
			"country": "South Korea",
			"region": "Eastern Asia",
			"rank": 57,
			"score": 5.835,
			"gdp": 1.35948,
			"family": 0.72194,
			"health": 0.88645,
			"freedom": 0.25168,
			"corruption": 0.07716,
			"generosity": 0.18824,
			"year": 2017
		},
		{
			"country": "Bolivia",
			"region": "Latin America and Caribbean",
			"rank": 59,
			"score": 5.822,
			"gdp": 0.79422,
			"family": 0.83779,
			"health": 0.4697,
			"freedom": 0.50961,
			"corruption": 0.07746,
			"generosity": 0.21698,
			"year": 2017
		},
		{
			"country": "Lithuania",
			"region": "Central and Eastern Europe",
			"rank": 60,
			"score": 5.813,
			"gdp": 1.2692,
			"family": 1.06411,
			"health": 0.64674,
			"freedom": 0.18929,
			"corruption": 0.0182,
			"generosity": 0.02025,
			"year": 2017
		},
		{
			"country": "Belarus",
			"region": "Central and Eastern Europe",
			"rank": 61,
			"score": 5.802,
			"gdp": 1.13062,
			"family": 1.04993,
			"health": 0.63104,
			"freedom": 0.29091,
			"corruption": 0.17457,
			"generosity": 0.13942,
			"year": 2017
		},
		{
			"country": "North Cyprus",
			"region": "Western Europe",
			"rank": 62,
			"score": 5.771,
			"gdp": 1.31141,
			"family": 0.81826,
			"health": 0.84142,
			"freedom": 0.43596,
			"corruption": 0.16578,
			"generosity": 0.26322,
			"year": 2017
		},
		{
			"country": "Slovenia",
			"region": "Central and Eastern Europe",
			"rank": 63,
			"score": 5.768,
			"gdp": 1.29947,
			"family": 1.05613,
			"health": 0.79151,
			"freedom": 0.53164,
			"corruption": 0.03635,
			"generosity": 0.25738,
			"year": 2017
		},
		{
			"country": "Peru",
			"region": "Latin America and Caribbean",
			"rank": 64,
			"score": 5.743,
			"gdp": 0.99602,
			"family": 0.81255,
			"health": 0.62994,
			"freedom": 0.37502,
			"corruption": 0.05292,
			"generosity": 0.14527,
			"year": 2017
		},
		{
			"country": "Turkmenistan",
			"region": "Central and Eastern Europe",
			"rank": 65,
			"score": 5.658,
			"gdp": 1.08017,
			"family": 1.03817,
			"health": 0.44006,
			"freedom": 0.37408,
			"corruption": 0.28467,
			"generosity": 0.22567,
			"year": 2017
		},
		{
			"country": "Mauritius",
			"region": "Sub-Saharan Africa",
			"rank": 66,
			"score": 5.648,
			"gdp": 1.14372,
			"family": 0.75695,
			"health": 0.66189,
			"freedom": 0.46145,
			"corruption": 0.05203,
			"generosity": 0.36951,
			"year": 2017
		},
		{
			"country": "Libya",
			"region": "Middle East and Northern Africa",
			"rank": 67,
			"score": 5.615,
			"gdp": 1.06688,
			"family": 0.95076,
			"health": 0.52304,
			"freedom": 0.40672,
			"corruption": 0.10339,
			"generosity": 0.17087,
			"year": 2017
		},
		{
			"country": "Latvia",
			"region": "Central and Eastern Europe",
			"rank": 68,
			"score": 5.56,
			"gdp": 1.21788,
			"family": 0.95025,
			"health": 0.63952,
			"freedom": 0.27996,
			"corruption": 0.0889,
			"generosity": 0.17445,
			"year": 2017
		},
		{
			"country": "Cyprus",
			"region": "Western Europe",
			"rank": 69,
			"score": 5.546,
			"gdp": 1.31857,
			"family": 0.70697,
			"health": 0.8488,
			"freedom": 0.29507,
			"corruption": 0.05228,
			"generosity": 0.27906,
			"year": 2017
		},
		{
			"country": "Paraguay",
			"region": "Latin America and Caribbean",
			"rank": 70,
			"score": 5.538,
			"gdp": 0.89373,
			"family": 1.11111,
			"health": 0.58295,
			"freedom": 0.46235,
			"corruption": 0.07396,
			"generosity": 0.25296,
			"year": 2017
		},
		{
			"country": "Romania",
			"region": "Central and Eastern Europe",
			"rank": 71,
			"score": 5.528,
			"gdp": 1.1697,
			"family": 0.72803,
			"health": 0.67602,
			"freedom": 0.36712,
			"corruption": 0.00679,
			"generosity": 0.12889,
			"year": 2017
		},
		{
			"country": "Estonia",
			"region": "Central and Eastern Europe",
			"rank": 72,
			"score": 5.517,
			"gdp": 1.27964,
			"family": 1.05163,
			"health": 0.68098,
			"freedom": 0.41511,
			"corruption": 0.18519,
			"generosity": 0.08423,
			"year": 2017
		},
		{
			"country": "Jamaica",
			"region": "Latin America and Caribbean",
			"rank": 73,
			"score": 5.51,
			"gdp": 0.89333,
			"family": 0.96372,
			"health": 0.59469,
			"freedom": 0.43597,
			"corruption": 0.04294,
			"generosity": 0.22245,
			"year": 2017
		},
		{
			"country": "Croatia",
			"region": "Central and Eastern Europe",
			"rank": 74,
			"score": 5.488,
			"gdp": 1.18649,
			"family": 0.60809,
			"health": 0.70524,
			"freedom": 0.23907,
			"corruption": 0.04002,
			"generosity": 0.18434,
			"year": 2017
		},
		{
			"country": "Hong Kong",
			"region": "Eastern Asia",
			"rank": 75,
			"score": 5.458,
			"gdp": 1.5107,
			"family": 0.87021,
			"health": 0.95277,
			"freedom": 0.48079,
			"corruption": 0.31647,
			"generosity": 0.40097,
			"year": 2017
		},
		{
			"country": "Kosovo",
			"region": "Central and Eastern Europe",
			"rank": 77,
			"score": 5.401,
			"gdp": 0.90145,
			"family": 0.66062,
			"health": 0.54,
			"freedom": 0.14396,
			"corruption": 0.06547,
			"generosity": 0.27992,
			"year": 2017
		},
		{
			"country": "Turkey",
			"region": "Middle East and Northern Africa",
			"rank": 78,
			"score": 5.389,
			"gdp": 1.16492,
			"family": 0.87717,
			"health": 0.64718,
			"freedom": 0.23889,
			"corruption": 0.12348,
			"generosity": 0.04707,
			"year": 2017
		},
		{
			"country": "Indonesia",
			"region": "Southeastern Asia",
			"rank": 79,
			"score": 5.314,
			"gdp": 0.95104,
			"family": 0.87625,
			"health": 0.49374,
			"freedom": 0.39237,
			"corruption": 0.00322,
			"generosity": 0.56521,
			"year": 2017
		},
		{
			"country": "Jordan",
			"region": "Middle East and Northern Africa",
			"rank": 80,
			"score": 5.303,
			"gdp": 0.99673,
			"family": 0.86216,
			"health": 0.60712,
			"freedom": 0.36023,
			"corruption": 0.13297,
			"generosity": 0.14262,
			"year": 2017
		},
		{
			"country": "Azerbaijan",
			"region": "Central and Eastern Europe",
			"rank": 81,
			"score": 5.291,
			"gdp": 1.12373,
			"family": 0.76042,
			"health": 0.54504,
			"freedom": 0.35327,
			"corruption": 0.17914,
			"generosity": 0.0564,
			"year": 2017
		},
		{
			"country": "Philippines",
			"region": "Southeastern Asia",
			"rank": 82,
			"score": 5.279,
			"gdp": 0.81217,
			"family": 0.87877,
			"health": 0.47036,
			"freedom": 0.54854,
			"corruption": 0.11757,
			"generosity": 0.21674,
			"year": 2017
		},
		{
			"country": "China",
			"region": "Eastern Asia",
			"rank": 83,
			"score": 5.245,
			"gdp": 1.0278,
			"family": 0.79381,
			"health": 0.73561,
			"freedom": 0.44012,
			"corruption": 0.02745,
			"generosity": 0.04959,
			"year": 2017
		},
		{
			"country": "Bhutan",
			"region": "Southern Asia",
			"rank": 84,
			"score": 5.196,
			"gdp": 0.8527,
			"family": 0.90836,
			"health": 0.49759,
			"freedom": 0.46074,
			"corruption": 0.1616,
			"generosity": 0.48546,
			"year": 2017
		},
		{
			"country": "Kyrgyzstan",
			"region": "Central and Eastern Europe",
			"rank": 85,
			"score": 5.185,
			"gdp": 0.56044,
			"family": 0.95434,
			"health": 0.55449,
			"freedom": 0.40212,
			"corruption": 0.04762,
			"generosity": 0.38432,
			"year": 2017
		},
		{
			"country": "Serbia",
			"region": "Central and Eastern Europe",
			"rank": 86,
			"score": 5.177,
			"gdp": 1.03437,
			"family": 0.81329,
			"health": 0.6458,
			"freedom": 0.15718,
			"corruption": 0.04339,
			"generosity": 0.20737,
			"year": 2017
		},
		{
			"country": "Bosnia and Herzegovina",
			"region": "Central and Eastern Europe",
			"rank": 87,
			"score": 5.163,
			"gdp": 0.93383,
			"family": 0.64367,
			"health": 0.70766,
			"freedom": 0.09511,
			"corruption": 0,
			"generosity": 0.29889,
			"year": 2017
		},
		{
			"country": "Montenegro",
			"region": "Central and Eastern Europe",
			"rank": 88,
			"score": 5.161,
			"gdp": 1.07838,
			"family": 0.74173,
			"health": 0.63533,
			"freedom": 0.15111,
			"corruption": 0.12721,
			"generosity": 0.17191,
			"year": 2017
		},
		{
			"country": "Dominican Republic",
			"region": "Latin America and Caribbean",
			"rank": 89,
			"score": 5.155,
			"gdp": 1.02787,
			"family": 0.99496,
			"health": 0.57669,
			"freedom": 0.52259,
			"corruption": 0.12372,
			"generosity": 0.21286,
			"year": 2017
		},
		{
			"country": "Morocco",
			"region": "Middle East and Northern Africa",
			"rank": 90,
			"score": 5.151,
			"gdp": 0.84058,
			"family": 0.38595,
			"health": 0.59471,
			"freedom": 0.25646,
			"corruption": 0.08404,
			"generosity": 0.04053,
			"year": 2017
		},
		{
			"country": "Hungary",
			"region": "Central and Eastern Europe",
			"rank": 91,
			"score": 5.145,
			"gdp": 1.24142,
			"family": 0.93164,
			"health": 0.67608,
			"freedom": 0.1977,
			"corruption": 0.04472,
			"generosity": 0.099,
			"year": 2017
		},
		{
			"country": "Pakistan",
			"region": "Southern Asia",
			"rank": 92,
			"score": 5.132,
			"gdp": 0.68816,
			"family": 0.26135,
			"health": 0.40306,
			"freedom": 0.14622,
			"corruption": 0.1388,
			"generosity": 0.31185,
			"year": 2017
		},
		{
			"country": "Lebanon",
			"region": "Middle East and Northern Africa",
			"rank": 93,
			"score": 5.129,
			"gdp": 1.12268,
			"family": 0.64184,
			"health": 0.76171,
			"freedom": 0.26228,
			"corruption": 0.03061,
			"generosity": 0.23693,
			"year": 2017
		},
		{
			"country": "Portugal",
			"region": "Western Europe",
			"rank": 94,
			"score": 5.123,
			"gdp": 1.27607,
			"family": 0.94367,
			"health": 0.79363,
			"freedom": 0.44727,
			"corruption": 0.01521,
			"generosity": 0.11691,
			"year": 2017
		},
		{
			"country": "Macedonia",
			"region": "Central and Eastern Europe",
			"rank": 95,
			"score": 5.121,
			"gdp": 1.0193,
			"family": 0.78236,
			"health": 0.64738,
			"freedom": 0.27668,
			"corruption": 0.07047,
			"generosity": 0.23507,
			"year": 2017
		},
		{
			"country": "Vietnam",
			"region": "Southeastern Asia",
			"rank": 96,
			"score": 5.061,
			"gdp": 0.74037,
			"family": 0.79117,
			"health": 0.66157,
			"freedom": 0.55954,
			"corruption": 0.11556,
			"generosity": 0.25075,
			"year": 2017
		},
		{
			"country": "Tunisia",
			"region": "Middle East and Northern Africa",
			"rank": 98,
			"score": 5.045,
			"gdp": 0.97724,
			"family": 0.43165,
			"health": 0.59577,
			"freedom": 0.23553,
			"corruption": 0.0817,
			"generosity": 0.03936,
			"year": 2017
		},
		{
			"country": "Greece",
			"region": "Western Europe",
			"rank": 99,
			"score": 5.033,
			"gdp": 1.24886,
			"family": 0.75473,
			"health": 0.80029,
			"freedom": 0.05822,
			"corruption": 0.04127,
			"generosity": 0,
			"year": 2017
		},
		{
			"country": "Tajikistan",
			"region": "Central and Eastern Europe",
			"rank": 100,
			"score": 4.996,
			"gdp": 0.48835,
			"family": 0.75602,
			"health": 0.53119,
			"freedom": 0.43408,
			"corruption": 0.13509,
			"generosity": 0.25998,
			"year": 2017
		},
		{
			"country": "Mongolia",
			"region": "Eastern Asia",
			"rank": 101,
			"score": 4.907,
			"gdp": 0.98853,
			"family": 1.08983,
			"health": 0.55469,
			"freedom": 0.35972,
			"corruption": 0.03285,
			"generosity": 0.34539,
			"year": 2017
		},
		{
			"country": "Laos",
			"region": "Southeastern Asia",
			"rank": 102,
			"score": 4.876,
			"gdp": 0.68042,
			"family": 0.5497,
			"health": 0.38291,
			"freedom": 0.52168,
			"corruption": 0.22423,
			"generosity": 0.43079,
			"year": 2017
		},
		{
			"country": "Nigeria",
			"region": "Sub-Saharan Africa",
			"rank": 103,
			"score": 4.875,
			"gdp": 0.75216,
			"family": 0.64498,
			"health": 0.05108,
			"freedom": 0.27854,
			"corruption": 0.0305,
			"generosity": 0.23219,
			"year": 2017
		},
		{
			"country": "Honduras",
			"region": "Latin America and Caribbean",
			"rank": 104,
			"score": 4.871,
			"gdp": 0.69429,
			"family": 0.75596,
			"health": 0.58383,
			"freedom": 0.26755,
			"corruption": 0.06906,
			"generosity": 0.2044,
			"year": 2017
		},
		{
			"country": "Iran",
			"region": "Middle East and Northern Africa",
			"rank": 105,
			"score": 4.813,
			"gdp": 1.11758,
			"family": 0.38857,
			"health": 0.64232,
			"freedom": 0.22544,
			"corruption": 0.0557,
			"generosity": 0.38538,
			"year": 2017
		},
		{
			"country": "Zambia",
			"region": "Sub-Saharan Africa",
			"rank": 106,
			"score": 4.795,
			"gdp": 0.61202,
			"family": 0.6376,
			"health": 0.23573,
			"freedom": 0.42662,
			"corruption": 0.11479,
			"generosity": 0.17866,
			"year": 2017
		},
		{
			"country": "Nepal",
			"region": "Southern Asia",
			"rank": 107,
			"score": 4.793,
			"gdp": 0.44626,
			"family": 0.69699,
			"health": 0.50073,
			"freedom": 0.37012,
			"corruption": 0.07008,
			"generosity": 0.3816,
			"year": 2017
		},
		{
			"country": "Palestinian Territories",
			"region": "Middle East and Northern Africa",
			"rank": 108,
			"score": 4.754,
			"gdp": 0.67024,
			"family": 0.71629,
			"health": 0.56844,
			"freedom": 0.17744,
			"corruption": 0.10613,
			"generosity": 0.11154,
			"year": 2017
		},
		{
			"country": "Albania",
			"region": "Central and Eastern Europe",
			"rank": 109,
			"score": 4.655,
			"gdp": 0.9553,
			"family": 0.50163,
			"health": 0.73007,
			"freedom": 0.31866,
			"corruption": 0.05301,
			"generosity": 0.1684,
			"year": 2017
		},
		{
			"country": "Bangladesh",
			"region": "Southern Asia",
			"rank": 110,
			"score": 4.643,
			"gdp": 0.54177,
			"family": 0.24749,
			"health": 0.52989,
			"freedom": 0.39778,
			"corruption": 0.12583,
			"generosity": 0.19132,
			"year": 2017
		},
		{
			"country": "Sierra Leone",
			"region": "Sub-Saharan Africa",
			"rank": 111,
			"score": 4.635,
			"gdp": 0.36485,
			"family": 0.628,
			"health": 0,
			"freedom": 0.30685,
			"corruption": 0.08196,
			"generosity": 0.23897,
			"year": 2017
		},
		{
			"country": "Iraq",
			"region": "Middle East and Northern Africa",
			"rank": 112,
			"score": 4.575,
			"gdp": 1.07474,
			"family": 0.59205,
			"health": 0.51076,
			"freedom": 0.24856,
			"corruption": 0.13636,
			"generosity": 0.19589,
			"year": 2017
		},
		{
			"country": "Cameroon",
			"region": "Sub-Saharan Africa",
			"rank": 114,
			"score": 4.513,
			"gdp": 0.52497,
			"family": 0.62542,
			"health": 0.12698,
			"freedom": 0.42736,
			"corruption": 0.06126,
			"generosity": 0.2268,
			"year": 2017
		},
		{
			"country": "Ethiopia",
			"region": "Sub-Saharan Africa",
			"rank": 115,
			"score": 4.508,
			"gdp": 0.29283,
			"family": 0.37932,
			"health": 0.34578,
			"freedom": 0.36703,
			"corruption": 0.1717,
			"generosity": 0.29522,
			"year": 2017
		},
		{
			"country": "South Africa",
			"region": "Sub-Saharan Africa",
			"rank": 116,
			"score": 4.459,
			"gdp": 1.02416,
			"family": 0.96053,
			"health": 0.18611,
			"freedom": 0.42483,
			"corruption": 0.08415,
			"generosity": 0.13656,
			"year": 2017
		},
		{
			"country": "Sri Lanka",
			"region": "Southern Asia",
			"rank": 117,
			"score": 4.415,
			"gdp": 0.97318,
			"family": 0.84783,
			"health": 0.62007,
			"freedom": 0.50817,
			"corruption": 0.07964,
			"generosity": 0.46978,
			"year": 2017
		},
		{
			"country": "India",
			"region": "Southern Asia",
			"rank": 118,
			"score": 4.404,
			"gdp": 0.74036,
			"family": 0.29247,
			"health": 0.45091,
			"freedom": 0.40285,
			"corruption": 0.08722,
			"generosity": 0.25028,
			"year": 2017
		},
		{
			"country": "Myanmar",
			"region": "Southeastern Asia",
			"rank": 119,
			"score": 4.395,
			"gdp": 0.34112,
			"family": 0.69981,
			"health": 0.3988,
			"freedom": 0.42692,
			"corruption": 0.20243,
			"generosity": 0.81971,
			"year": 2017
		},
		{
			"country": "Egypt",
			"region": "Middle East and Northern Africa",
			"rank": 120,
			"score": 4.362,
			"gdp": 0.95395,
			"family": 0.49813,
			"health": 0.52116,
			"freedom": 0.18847,
			"corruption": 0.10393,
			"generosity": 0.12706,
			"year": 2017
		},
		{
			"country": "Armenia",
			"region": "Central and Eastern Europe",
			"rank": 121,
			"score": 4.36,
			"gdp": 0.86086,
			"family": 0.62477,
			"health": 0.64083,
			"freedom": 0.14037,
			"corruption": 0.03616,
			"generosity": 0.07793,
			"year": 2017
		},
		{
			"country": "Kenya",
			"region": "Sub-Saharan Africa",
			"rank": 122,
			"score": 4.356,
			"gdp": 0.52267,
			"family": 0.7624,
			"health": 0.30147,
			"freedom": 0.40576,
			"corruption": 0.06686,
			"generosity": 0.41328,
			"year": 2017
		},
		{
			"country": "Ukraine",
			"region": "Central and Eastern Europe",
			"rank": 123,
			"score": 4.324,
			"gdp": 0.87287,
			"family": 1.01413,
			"health": 0.58628,
			"freedom": 0.12859,
			"corruption": 0.01829,
			"generosity": 0.20363,
			"year": 2017
		},
		{
			"country": "Ghana",
			"region": "Sub-Saharan Africa",
			"rank": 124,
			"score": 4.276,
			"gdp": 0.63107,
			"family": 0.49353,
			"health": 0.29681,
			"freedom": 0.40973,
			"corruption": 0.0326,
			"generosity": 0.21203,
			"year": 2017
		},
		{
			"country": "Congo (Kinshasa)",
			"region": "Sub-Saharan Africa",
			"rank": 125,
			"score": 4.272,
			"gdp": 0.05661,
			"family": 0.80676,
			"health": 0.188,
			"freedom": 0.15602,
			"corruption": 0.06075,
			"generosity": 0.25458,
			"year": 2017
		},
		{
			"country": "Georgia",
			"region": "Central and Eastern Europe",
			"rank": 126,
			"score": 4.252,
			"gdp": 0.83792,
			"family": 0.19249,
			"health": 0.64035,
			"freedom": 0.32461,
			"corruption": 0.3188,
			"generosity": 0.06786,
			"year": 2017
		},
		{
			"country": "Congo (Brazzaville)",
			"region": "Sub-Saharan Africa",
			"rank": 127,
			"score": 4.236,
			"gdp": 0.77109,
			"family": 0.47799,
			"health": 0.28212,
			"freedom": 0.37938,
			"corruption": 0.09753,
			"generosity": 0.12077,
			"year": 2017
		},
		{
			"country": "Senegal",
			"region": "Sub-Saharan Africa",
			"rank": 128,
			"score": 4.219,
			"gdp": 0.44314,
			"family": 0.77416,
			"health": 0.40457,
			"freedom": 0.31056,
			"corruption": 0.11681,
			"generosity": 0.19103,
			"year": 2017
		},
		{
			"country": "Bulgaria",
			"region": "Central and Eastern Europe",
			"rank": 129,
			"score": 4.217,
			"gdp": 1.11306,
			"family": 0.92542,
			"health": 0.67806,
			"freedom": 0.21219,
			"corruption": 0.00615,
			"generosity": 0.12793,
			"year": 2017
		},
		{
			"country": "Mauritania",
			"region": "Sub-Saharan Africa",
			"rank": 130,
			"score": 4.201,
			"gdp": 0.61391,
			"family": 0.84142,
			"health": 0.28639,
			"freedom": 0.1268,
			"corruption": 0.17955,
			"generosity": 0.22686,
			"year": 2017
		},
		{
			"country": "Zimbabwe",
			"region": "Sub-Saharan Africa",
			"rank": 131,
			"score": 4.193,
			"gdp": 0.35041,
			"family": 0.71478,
			"health": 0.1595,
			"freedom": 0.25429,
			"corruption": 0.08582,
			"generosity": 0.18503,
			"year": 2017
		},
		{
			"country": "Malawi",
			"region": "Sub-Saharan Africa",
			"rank": 132,
			"score": 4.156,
			"gdp": 0.08709,
			"family": 0.147,
			"health": 0.29364,
			"freedom": 0.4143,
			"corruption": 0.07564,
			"generosity": 0.30968,
			"year": 2017
		},
		{
			"country": "Sudan",
			"region": "Sub-Saharan Africa",
			"rank": 133,
			"score": 4.139,
			"gdp": 0.63069,
			"family": 0.81928,
			"health": 0.29759,
			"freedom": 0,
			"corruption": 0.10039,
			"generosity": 0.18077,
			"year": 2017
		},
		{
			"country": "Gabon",
			"region": "Sub-Saharan Africa",
			"rank": 134,
			"score": 4.121,
			"gdp": 1.15851,
			"family": 0.72368,
			"health": 0.3494,
			"freedom": 0.28098,
			"corruption": 0.09314,
			"generosity": 0.06244,
			"year": 2017
		},
		{
			"country": "Mali",
			"region": "Sub-Saharan Africa",
			"rank": 135,
			"score": 4.073,
			"gdp": 0.31292,
			"family": 0.86333,
			"health": 0.16347,
			"freedom": 0.27544,
			"corruption": 0.13647,
			"generosity": 0.21064,
			"year": 2017
		},
		{
			"country": "Haiti",
			"region": "Latin America and Caribbean",
			"rank": 136,
			"score": 4.028,
			"gdp": 0.34097,
			"family": 0.29561,
			"health": 0.27494,
			"freedom": 0.12072,
			"corruption": 0.14476,
			"generosity": 0.47958,
			"year": 2017
		},
		{
			"country": "Botswana",
			"region": "Sub-Saharan Africa",
			"rank": 137,
			"score": 3.974,
			"gdp": 1.09426,
			"family": 0.89186,
			"health": 0.34752,
			"freedom": 0.44089,
			"corruption": 0.10769,
			"generosity": 0.12425,
			"year": 2017
		},
		{
			"country": "Comoros",
			"region": "Sub-Saharan Africa",
			"rank": 138,
			"score": 3.956,
			"gdp": 0.27509,
			"family": 0.60323,
			"health": 0.29981,
			"freedom": 0.15412,
			"corruption": 0.18437,
			"generosity": 0.1827,
			"year": 2017
		},
		{
			"country": "Ivory Coast",
			"region": "Sub-Saharan Africa",
			"rank": 139,
			"score": 3.916,
			"gdp": 0.55507,
			"family": 0.57576,
			"health": 0.04476,
			"freedom": 0.40663,
			"corruption": 0.1553,
			"generosity": 0.20338,
			"year": 2017
		},
		{
			"country": "Cambodia",
			"region": "Southeastern Asia",
			"rank": 140,
			"score": 3.907,
			"gdp": 0.55604,
			"family": 0.5375,
			"health": 0.42494,
			"freedom": 0.58852,
			"corruption": 0.08092,
			"generosity": 0.40339,
			"year": 2017
		},
		{
			"country": "Angola",
			"region": "Sub-Saharan Africa",
			"rank": 141,
			"score": 3.866,
			"gdp": 0.84731,
			"family": 0.66366,
			"health": 0.04991,
			"freedom": 0.00589,
			"corruption": 0.08434,
			"generosity": 0.12071,
			"year": 2017
		},
		{
			"country": "Niger",
			"region": "Sub-Saharan Africa",
			"rank": 142,
			"score": 3.856,
			"gdp": 0.1327,
			"family": 0.6053,
			"health": 0.26162,
			"freedom": 0.38041,
			"corruption": 0.17176,
			"generosity": 0.2097,
			"year": 2017
		},
		{
			"country": "Chad",
			"region": "Sub-Saharan Africa",
			"rank": 144,
			"score": 3.763,
			"gdp": 0.42214,
			"family": 0.63178,
			"health": 0.03824,
			"freedom": 0.12807,
			"corruption": 0.04952,
			"generosity": 0.18667,
			"year": 2017
		},
		{
			"country": "Burkina Faso",
			"region": "Sub-Saharan Africa",
			"rank": 145,
			"score": 3.739,
			"gdp": 0.31995,
			"family": 0.63054,
			"health": 0.21297,
			"freedom": 0.3337,
			"corruption": 0.12533,
			"generosity": 0.24353,
			"year": 2017
		},
		{
			"country": "Uganda",
			"region": "Sub-Saharan Africa",
			"rank": 145,
			"score": 3.739,
			"gdp": 0.34719,
			"family": 0.90981,
			"health": 0.19625,
			"freedom": 0.43653,
			"corruption": 0.06442,
			"generosity": 0.27102,
			"year": 2017
		},
		{
			"country": "Yemen",
			"region": "Middle East and Northern Africa",
			"rank": 147,
			"score": 3.724,
			"gdp": 0.57939,
			"family": 0.47493,
			"health": 0.31048,
			"freedom": 0.2287,
			"corruption": 0.05892,
			"generosity": 0.09821,
			"year": 2017
		},
		{
			"country": "Madagascar",
			"region": "Sub-Saharan Africa",
			"rank": 148,
			"score": 3.695,
			"gdp": 0.27954,
			"family": 0.46115,
			"health": 0.37109,
			"freedom": 0.13684,
			"corruption": 0.07506,
			"generosity": 0.2204,
			"year": 2017
		},
		{
			"country": "Tanzania",
			"region": "Sub-Saharan Africa",
			"rank": 149,
			"score": 3.666,
			"gdp": 0.47155,
			"family": 0.77623,
			"health": 0.357,
			"freedom": 0.3176,
			"corruption": 0.05099,
			"generosity": 0.31472,
			"year": 2017
		},
		{
			"country": "Liberia",
			"region": "Sub-Saharan Africa",
			"rank": 150,
			"score": 3.622,
			"gdp": 0.10706,
			"family": 0.50353,
			"health": 0.23165,
			"freedom": 0.25748,
			"corruption": 0.04852,
			"generosity": 0.24063,
			"year": 2017
		},
		{
			"country": "Guinea",
			"region": "Sub-Saharan Africa",
			"rank": 151,
			"score": 3.607,
			"gdp": 0.22415,
			"family": 0.3109,
			"health": 0.18829,
			"freedom": 0.30953,
			"corruption": 0.1192,
			"generosity": 0.29914,
			"year": 2017
		},
		{
			"country": "Rwanda",
			"region": "Sub-Saharan Africa",
			"rank": 152,
			"score": 3.515,
			"gdp": 0.32846,
			"family": 0.61586,
			"health": 0.31865,
			"freedom": 0.5432,
			"corruption": 0.50521,
			"generosity": 0.23552,
			"year": 2017
		},
		{
			"country": "Benin",
			"region": "Sub-Saharan Africa",
			"rank": 153,
			"score": 3.484,
			"gdp": 0.39499,
			"family": 0.10419,
			"health": 0.21028,
			"freedom": 0.39747,
			"corruption": 0.06681,
			"generosity": 0.2018,
			"year": 2017
		},
		{
			"country": "Afghanistan",
			"region": "Southern Asia",
			"rank": 154,
			"score": 3.36,
			"gdp": 0.38227,
			"family": 0.11037,
			"health": 0.17344,
			"freedom": 0.1643,
			"corruption": 0.07112,
			"generosity": 0.31268,
			"year": 2017
		},
		{
			"country": "Togo",
			"region": "Sub-Saharan Africa",
			"rank": 155,
			"score": 3.303,
			"gdp": 0.28123,
			"family": 0,
			"health": 0.24811,
			"freedom": 0.34678,
			"corruption": 0.11587,
			"generosity": 0.17517,
			"year": 2017
		},
		{
			"country": "Syria",
			"region": "Middle East and Northern Africa",
			"rank": 156,
			"score": 3.069,
			"gdp": 0.74719,
			"family": 0.14866,
			"health": 0.62994,
			"freedom": 0.06912,
			"corruption": 0.17233,
			"generosity": 0.48397,
			"year": 2017
		},
		{
			"country": "Burundi",
			"region": "Sub-Saharan Africa",
			"rank": 157,
			"score": 2.905,
			"gdp": 0.06831,
			"family": 0.23442,
			"health": 0.15747,
			"freedom": 0.0432,
			"corruption": 0.09419,
			"generosity": 0.2029,
			"year": 2017
		}
	]
}