Last active
January 14, 2018 09:07
-
-
Save eriirawan/c24dd6f28a546d1a83465879d335500c to your computer and use it in GitHub Desktop.
users
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
[ | |
{ | |
"id": 1, | |
"name": "Adit", | |
"email": "[email protected]", | |
"password": 1234, | |
"avatar": "https://randomuser.me/api/portraits/men/11.jpg" | |
}, | |
{ | |
"id": 2, | |
"name": "Mike", | |
"email": "[email protected]", | |
"password": 1234, | |
"avatar": "https://randomuser.me/api/portraits/men/12.jpg" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment