Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

cities.json 1.0KB

12345678910111213141516
  1. [ { "value": 1 , "text": "Amsterdam" , "continent": "Europe" },
  2. { "value": 2 , "text": "London" , "continent": "Europe" },
  3. { "value": 3 , "text": "Paris" , "continent": "Europe" },
  4. { "value": 4 , "text": "Washington" , "continent": "America" },
  5. { "value": 5 , "text": "Mexico City" , "continent": "America" },
  6. { "value": 6 , "text": "Buenos Aires", "continent": "America" },
  7. { "value": 7 , "text": "Sydney" , "continent": "Australia" },
  8. { "value": 8 , "text": "Wellington" , "continent": "Australia" },
  9. { "value": 9 , "text": "Canberra" , "continent": "Australia" },
  10. { "value": 10, "text": "Beijing" , "continent": "Asia" },
  11. { "value": 11, "text": "New Delhi" , "continent": "Asia" },
  12. { "value": 12, "text": "Kathmandu" , "continent": "Asia" },
  13. { "value": 13, "text": "Cairo" , "continent": "Africa" },
  14. { "value": 14, "text": "Cape Town" , "continent": "Africa" },
  15. { "value": 15, "text": "Kinshasa" , "continent": "Africa" }
  16. ]