Advertisement
MSHenriksen

American_flights

Sep 25th, 2018
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [{
  2. "ID": 1,
  3. "code": "ER38sd",
  4. "price": 400.00,
  5. "departureDate": "2016/03/20",
  6. "origin": "MUA",
  7. "destination": "SFO",
  8. "emptySeats": 0,
  9. "plane": {
  10. "type": "Boeing 737",
  11. "totalSeats": 150
  12. }
  13. }, {
  14. "ID": 2,
  15. "code": "ER45if",
  16. "price": 345.99,
  17. "departureDate": "2016/02/11",
  18. "origin": "MUA",
  19. "destination": "LAX",
  20. "emptySeats": 52,
  21. "plane": {
  22. "type": "Boeing 777",
  23. "totalSeats": 300
  24. }
  25. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement