Advertisement
AkashSaikia

Departure Arrival country list sample json

May 20th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. departure =
  2. [
  3. {
  4. text : "Bali",
  5. shortCode : "BLI"
  6. },
  7. {
  8. text : "Dubai",
  9. shortCode : "DB"
  10. },{
  11. text : "Italy",
  12. shortCode : "IT"
  13. },
  14. {
  15. text : "Al",
  16. shortCode : "BLI"
  17. }
  18. ]
  19.  
  20.  
  21. arrival =[
  22. {
  23. text : "Bali",
  24. shortCode : "BLI",
  25. linkedCountry : "DB"
  26. },
  27. {
  28. text : "Dubai",
  29. shortCode : "DB",
  30. linkedCountry : "BLI"
  31. },{
  32. text : "Italy",
  33. shortCode : "IT",
  34. linkedCountry : "DB"
  35. },
  36. {
  37. text : "Al",
  38. shortCode : "BLI",
  39. linkedCountry : "DB"
  40. }
  41. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement