player-01.json 677 B

12345678910111213
  1. {
  2. "route": [
  3. {"from": "Home", "to": "tram station", "transportation": "walk"},
  4. {"from": "tram station", "to": "Berlin train station", "transportation": "train"},
  5. {"from": "Berlin train station", "to": "Berlin bus station", "transportation": "walk"},
  6. {"from": "Berlin bus station", "to": "Berlin airport", "transportation": "bus"},
  7. {"from": "Berlin airport", "to": "Amsterdam", "transportation": "plane"},
  8. {"from": "Amsterdam", "to": "Chengdu", "transportation": "plane"},
  9. {"from": "Chengdu", "to": "Kunming", "transportation": "train"},
  10. {"from": "Kunming", "to": "Beijing", "transportation": "plane"}
  11. ]
  12. }