Skip to content

Instantly share code, notes, and snippets.

@hossammourad
Created June 18, 2021 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hossammourad/ddb3809120aa180291c1828f1ad23b91 to your computer and use it in GitHub Desktop.
Save hossammourad/ddb3809120aa180291c1828f1ad23b91 to your computer and use it in GitHub Desktop.
{
"countries": {
"colombia": {
"name": "Colombia",
"code": "CO"
},
"egypt": {
"name": "Egypt",
"code": "EGY"
},
"uae": {
"name": "United Arab Emirates",
"code": "UAE"
},
"usa": {
"name": "United States",
"code": "US"
},
"canada": {
"name": "Canada",
"code": "CA"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment