Я хочу получить значение Город: в моей структуре JSON.Я получаю данные внутри словаря со словарем : [String: Any]?
Я уже пробовал несколько методов, но у меня ничего не получалось.Я думаю, что моя проблема в том, что вложенная структура с кратным {и [
{
"Format": "XXXXXXXXX",
"FormatVersion": "1.0",
"Status": "OK",
"NumToReturn": 1,
"AllResults": [
{
"ConversationState": {
"ConversationStateTime": XXXXXXXXX,
"QueryEntities": {
"Where": [
{
"Type": "City",
"Label": "Stuttgart, Germany",
"SpokenLabel": "Stuttgart",
"Address": "Stuttgart, Baden-Wurttemberg, Germany",
"City": "Stuttgart",
"Admin2": "Regierungsbezirk Stuttgart",
"Admin1": "Baden-Wurttemberg",
"Country": "Germany",
"CountryCode": "DE",
"IATA": "STR",
"Geohash": "u0wt8bd9854n",
"Verified": true,
"HighConfidence": true,
"CurrentLocation": false,
"Latitude": 48.78231811523438,
"Longitude": 9.177020072937012,
"ReferenceDatum": "WGS84",
"TimeZone": "Europe/Berlin",
"Radius": 10,
"Links": [
{
"Label": "Wikipedia",
"URL": "http://en.wikipedia.org/wiki/Stuttgart"
}
],
"TypeID": 5,
"SourceID": 2,
"RecordID": 2825297
}
]
}
}
}
]
}