Created
September 3, 2013 14:32
-
-
Save FrancescaK/6424740 to your computer and use it in GitHub Desktop.
Entry in the Flights collection in the Flying Database
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
{ | |
"_id" : ObjectId("51bf..."), | |
... | |
"origAirportId" : 12478, | |
"origStateId" : "NY", | |
... | |
"destAirportId" : 12892, | |
"destStateId" : "CA", | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment