Using the Facebook API produces the following JSON object array for education:
Code: Select all
"year": {
"id": "532490046771314",
"name": "2017"
},
"concentration": [
{
"id": "112892498724794",
"name": "Management"
}
],
"type": "College"
}
] How do I map both the "college" and "high school" names into two labels?