Last active
November 20, 2019 11:23
-
-
Save rao123dk/70df938e04cbea319e6a1c8998d14b85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { fNumner: 'Air222', fName: 'Air india', email: '[email protected]', departure: '7:30', from: 'London', to: 'Delhi', arrival: "18:30 Next Day", price: "$430.00", seatAvaible: 34, duration:'12 hrs'}, | |
| { fNumner: 'Air333', fName: 'Air india', email: '[email protected]', departure: '12:30', from: 'London', to: 'Delhi', arrival: "8:30 Next Day", price: "$430.00", seatAvaible: 17, duration:'12 hrs'}, | |
| { fNumner: 'Air444', fName: 'Air india', email: '[email protected]', departure: '9:30', from: 'London', to: 'Delhi', arrival: "8:30 Next Day", price: "$430.00", seatAvaible: 44, duration:'12 hrs'}, | |
| { fNumner: 'Air021', fName: 'Air india', email: '[email protected]', departure: '7:30', from: 'France', to: 'Delhi', arrival: "18:30 Next Day", price: "$412.00", seatAvaible: 14 , duration:'15 hrs' }, | |
| { fNumner: 'BJ001', fName: 'Britesh Jet', email: '[email protected]', departure: '12:30', from: 'London', to: 'France', arrival: "12:30 Next Day", price: "$444.00", seatAvaible: 312,duration:'14 hrs' }, | |
| { fNumner: 'BJ801', fName: 'Britesh Jet', email: '[email protected]', departure: '1:30', from: 'Delhi', to: 'London', arrival: "14:30 Next Day", price: "$455.00", seatAvaible: 223 ,duration:'18 hrs'}, | |
| { fNumner: 'Amr888', fName: 'America Airways', email: '[email protected]', departure: '7:30', from: 'London', to: 'Delhi', arrival: "18:30 Next Day", price: "$500.00", seatAvaible: 34, duration:'12 hrs'}, | |
| { fNumner: 'Amr888', fName: 'America Airways', email: '[email protected]', departure: '7:30', from: 'London', to: 'Delhi', arrival: "18:30 Next Day", price: "$500.00", seatAvaible: 394, duration:'12 hrs'}, | |
| { fNumner: 'Amr888', fName: 'America Airways', email: '[email protected]', departure: '7:30', from: 'France', to: 'Delhi', arrival: "18:30 Next Day", price: "$500.00", seatAvaible: 54, duration:'12 hrs'}, | |
| { fNumner: 'Jet888', fName: 'America Airways', email: '[email protected]', departure: '7:30', from: 'London', to: 'France', arrival: "18:30 Next Day", price: "$500.00", seatAvaible: 34, duration:'12 hrs'}, | |
| { fNumner: 'AirIN', fName: 'Air India', email: '[email protected]', departure: '7:30', from: 'New Delhi', to: 'Chandigarh', arrival: "18:30 Next Day", price: "$100.00", seatAvaible: 40, duration:'12 hrs'}, | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment