Created
August 22, 2019 16:50
-
-
Save YannMjl/e36f1bbe8058c944dc00dd3491ad3506 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": "Paul Pogba", | |
| "club": "Machester United", | |
| "image": "assets/pogba.jpg" | |
| }, | |
| { | |
| "Name": "Luka Modrić", | |
| "club": "Real Madrid", | |
| "image": "assets/modric.jpg" | |
| }, | |
| { | |
| "Name": "Andres Iniesta", | |
| "club": "Vissel Kobe", | |
| "image": "assets/iniesta.jpg" | |
| }, | |
| { | |
| "Name": "N'golo Kante", | |
| "club": "Chelsea F.C", | |
| "image": "assets/kante.jpg" | |
| }, | |
| { | |
| "Name": "Mesut Ozil", | |
| "club": "Arsenal F.C", | |
| "image": "assets/ozil.jpg" | |
| }, | |
| { | |
| "Name": "Dele Ali", | |
| "club": "Tottenham Hotspur F.C", | |
| "image": "assets/dele.jpg" | |
| }, | |
| { | |
| "Name": "Yaya Touré", | |
| "club": "Qingdao Huanghai F.C", | |
| "image": "assets/toure.jpg" | |
| }, | |
| { | |
| "Name": "Arjen Robben", | |
| "club": "FC Bayern Munich", | |
| "image": "assets/roben.jpg" | |
| }, | |
| { | |
| "Name": "Steven Gerrard", | |
| "club": "Liverpool F.C", | |
| "image": "assets/gerrard.jpg" | |
| }, | |
| { | |
| "Name": "Christian Ericksen", | |
| "club": "Tottenham Hotspur F.C", | |
| "image": "assets/eriksen.jpg" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment