Created
March 17, 2016 17:04
-
-
Save andrehigher/f81262069fba9ab0610b 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
| { | |
| "users": [ | |
| { | |
| "id": 1, | |
| "name": "Eloízio Salgado", | |
| "email": "esalgado@avenuecode.com", | |
| "photo": "https://lh4.googleusercontent.com/-fAKxZ4er3-o/AAAAAAAAAAI/AAAAAAAAAJA/7eJdYJqXwAs/photo.jpg", | |
| "position": "UI Engineer", | |
| "location": "Belo Horizonte", | |
| "birthdate": "1989-11-14", | |
| "passport": { | |
| "expirationDate": "2022-10-15", | |
| "name": "Eloízio Salgado", | |
| "number": "FN12645" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "name": "Bernardo Matos", | |
| "email": "bmatos@avenuecode.com", | |
| "photo": "https://lh4.googleusercontent.com/-2L_2dIdZCf4/AAAAAAAAAAI/AAAAAAAAACs/zUWZq1m4iI4/photo.jpg", | |
| "position": "UI/UX Engineer", | |
| "location": "Belo Horizonte", | |
| "birthdate": "1989-11-13", | |
| "passport": { | |
| "expirationDate": "2022-10-15", | |
| "name": "Bernardo Matos", | |
| "number": "FN12645" | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "name": "Renata Paula", | |
| "email": "rpaula@avenuecode.com", | |
| "photo": "https://lh5.googleusercontent.com/-kDszmfiX-Po/AAAAAAAAAAI/AAAAAAAAAB0/quRcsenlO4o/photo.jpg", | |
| "position": "QA Engineer", | |
| "location": "Belo Horizonte", | |
| "birthdate": "1989-11-13", | |
| "passport": { | |
| "expirationDate": "2022-10-15", | |
| "name": "Renata Paula", | |
| "number": "FN12645" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment