Guest User

Untitled

a guest
Aug 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "index": {
  3. "0": 40,
  4. "1": 242
  5. },
  6. "TID": {
  7. "0": "11",
  8. "1": "22"
  9. },
  10. "DepartureCity": {
  11. "0": "MCI",
  12. "1": "CVG"
  13. },
  14. "ArrivalCity": {
  15. "0": "SFB",
  16. "1": "LAS"
  17. },
  18. "Price": {
  19. "0": 90,
  20. "1": 98
  21. }
  22. }
  23.  
  24. [
  25. {
  26. "index": 40,
  27. "TID": "11",
  28. "DepartureCity": "MCI",
  29. "ArrivalCity": "SFB",
  30. "Price": 90
  31. },
  32. {
  33. "index": 242,
  34. "TID": "22",
  35. "DepartureCity": "CVG",
  36. "ArrivalCity": "LAS",
  37. "Price": 98
  38. }
  39. ]
Add Comment
Please, Sign In to add comment