Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. panic: interface conversion: interface {} is []interface {}, not map[int]int
  2.  
  3. map[lon:52.328066 fias_id:89bc3c83-6060-4737-a497-0d4e64cdff16 polygon_osm_id:0 path:Россия, Кировская область, Верхнекамский район, Пещера, Нижняя улица place_type: is_capital:0 official_status_ru: alt_names:[] info:{} id:376672 msg: type:street lat:59.192944 name:Нижняя улица parent_id:376618 parent_ids:[0 1 72 371251 376618]]
  4.  
  5. parent := dataJson["parent_ids"].(map[int]int) // Здесь падает программа
  6.  
  7. json.Unmarshal(bytes, &dataJson)
  8. fmt.Println(dataJson)
  9. parent := dataJson["parent_ids"].(map[int]int)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement