I have a weather app am working on and so far able to collect certain data correctly but unable to pull the exact name tag.
At the bottom of the json file, when I try to get the “name” tag, it comes up as “Earth” instead of “Green Wood”
"timezone": 3600,
"id": 7302135,
"name": "Green Wood",
"cod": 200
}