I want to parse data from a website that has all universities listed in something like this
{
"web_pages": [
"http://www.marywood.edu"
],
"name": "Marywood University",
"alpha_two_code": "PA",
"state-province": null,
"domains": [
"marywood.edu"
],
"country": "United States"
}
How can I add each university name to a list and its country code too?