Created
October 3, 2019 14:42
-
-
Save JohnGeorgiadis/fec824b328165ac8d92cedb9ce7cb9f6 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
| [ | |
| { | |
| "name": "france", | |
| "flag": "\uD83C\uDDEB\uD83C\uDDF7", | |
| "code": "+33" | |
| }, | |
| { | |
| "name": "germany", | |
| "flag": "\uD83C\uDDE9\uD83C\uDDEA", | |
| "code": "+49" | |
| }, | |
| { | |
| "name": "uk", | |
| "flag": "\uD83C\uDDEC\uD83C\uDDE7", | |
| "code": "+44" | |
| }, | |
| { | |
| "name": "usa", | |
| "flag": "\uD83C\uDDFA\uD83C\uDDF8", | |
| "code": "+1" | |
| } | |
| ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment