Skip to content

Instantly share code, notes, and snippets.

@Dosant
Last active February 26, 2017 09:20
Show Gist options
  • Save Dosant/ca26319819c0349365ad81262ebffd50 to your computer and use it in GitHub Desktop.
Save Dosant/ca26319819c0349365ad81262ebffd50 to your computer and use it in GitHub Desktop.
+var flight = {
+ airline: "Oceanic",
+ number: 815,
+ departure: {
+ IATA: "SYD",
+ time: "2004-09-22 14:55",
+ city: "Sydney"
+ },
+ arrival: {
+ IATA: "LAX",
+ time: "2004-09-23 10:42",
+ city: "Los Angeles"
+ }
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment