Created
June 1, 2020 18:02
-
-
Save iamads/75cd8cd3e209fc2a615d514e866be3cb to your computer and use it in GitHub Desktop.
People Data
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
| [ | |
| { "username": "Anita", "email": "anita@gmail.com", "age": 23, "gender": "female", "phone": "9876543210"}, | |
| { "username": "Rakesh", "email": "rakesh@gmail.com", "age": 19, "gender": "male", "phone": "9876543211"}, | |
| { "username": "Vishwa", "email": "vishwa@gmail.com", "age": 26, "gender": "male", "phone": "9876543212"}, | |
| { "username": "Sunita", "email": "sunita@gmail.com", "age": 31, "gender": "female", "phone": "9876543213"}, | |
| { "username": "Vanita", "email": "vanita@gmail.com", "age": 16, "gender": "female", "phone": "9876543214"}, | |
| { "username": "Suman", "email": "suman@gmail.com", "age": 45, "gender": "female", "phone": "9876543215"} | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment