Created
January 21, 2019 19:16
-
-
Save devmeireles/50a7ed529330910b2f33fa6e8efc8e38 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"equipo": "Arsenal", | |
"liga": "Premier League" | |
}, | |
{ | |
"equipo": "Spurs", | |
"liga": "Premier League" | |
}, | |
{ | |
"equipo": "Liverpool", | |
"liga": "Premier League" | |
}, | |
{ | |
"equipo": "Futbol Club Barcelona", | |
"liga": "La Liga" | |
}, | |
{ | |
"equipo": "Real Madrid", | |
"liga": "La Liga" | |
}, | |
{ | |
"equipo": "Club Atlético de Madrid", | |
"liga": "La Liga" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment