Created
December 21, 2020 09:31
-
-
Save fabianekc/89dbab349053b93a53ef75e848427a29 to your computer and use it in GitHub Desktop.
example au_data.json
This file contains 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
[ | |
{ | |
"airline": "Swiss International Air Lines AG", | |
"short": "SWISS", | |
"iata": "LX", | |
"icao": "SWR" | |
}, | |
{ | |
"airline": "Deutsche Lufthansa AG", | |
"short": "LUFTHANSA", | |
"iata": "LH", | |
"icao": "DLH" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment