Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created August 24, 2015 19:15
Show Gist options
  • Save cassiozen/3d9edc55e90ddb2214a9 to your computer and use it in GitHub Desktop.
Save cassiozen/3d9edc55e90ddb2214a9 to your computer and use it in GitHub Desktop.
let originalTicket = {
company: 'Dalta',
flightNo: '0990',
departure: {
airport: 'LAS',
time: '2016-08-21T10:00:00.000Z'
},
arrival: {
airport: 'MIA',
time: '2016-08-21T14:41:10.000Z'
},
codeshare: [
{company:'GL', flightNo:'9840'},
{company:'TM', flightNo:'5010'}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment