Created
April 30, 2021 12:42
-
-
Save benjohnde/6c6e05889ffdd421a5520aaeb340f19b 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
[ | |
{ | |
"region":"Europe", | |
"aliases":[ | |
"EU" | |
], | |
"countries":{ | |
"country":"Germany", | |
"aliases":[ | |
"de", | |
"schland", | |
"deutsch" | |
] | |
} | |
}, | |
{ | |
"region":"North America", | |
"aliases":[ | |
"NA" | |
], | |
"countries":{ | |
"country":"United States", | |
"aliases":[ | |
"US", | |
"USA" | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment