Created
February 27, 2017 15:29
-
-
Save rafagarcia/39c20121a641a4f3b8298893fb9fb0ad to your computer and use it in GitHub Desktop.
Employee.json
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
{ | |
"index": 0, | |
"firstName": "Ignacio", | |
"lastName": "Cimadevilla", | |
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/enda/73.jpg", | |
"position": "Animation architect" | |
}, | |
{ | |
"index": 1, | |
"firstName": "Pablo", | |
"lastName": "Rodriguez", | |
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/guillogo/73.jpg", | |
"position": "Scrum master" | |
}, | |
{ | |
"index": 2, | |
"firstName": "Ilias", | |
"lastName": "Moreno", | |
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/iboldurev/73.jpg", | |
"position": "QA developer" | |
}, | |
{ | |
"index": 3, | |
"firstName": "David", | |
"lastName": "Iglesias", | |
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/smalonso/73.jpg", | |
"position": "Senior Architect" | |
}, | |
{ | |
"index": 4, | |
"firstName": "Rafael", | |
"lastName": "García", | |
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/carlyson/73.jpg", | |
"position": "Front end developer" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment