Created
April 13, 2020 07:36
-
-
Save vivekpanchal/17ea5968f19227dfe3598e7a78a9741a to your computer and use it in GitHub Desktop.
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
{ | |
"contacts": [ | |
{ | |
"id": 1, | |
"name": "Elma Herring", | |
"email": "[email protected]", | |
"phone": "+1 (913) 497-2020" | |
}, | |
{ | |
"id": 2, | |
"name": "Knapp Berry", | |
"email": "[email protected]", | |
"phone": "+1 (951) 472-2967" | |
}, | |
{ | |
"id": 3, | |
"name": "Bell Burgess", | |
"email": "[email protected]", | |
"phone": "+1 (887) 478-2693" | |
}, | |
{ | |
"id": 4, | |
"name": "Hobbs Ferrell", | |
"email": "[email protected]", | |
"phone": "+1 (862) 581-3022" | |
}, | |
{ | |
"id": 5, | |
"name": "Marylou Medina", | |
"email": "[email protected]", | |
"phone": "+1 (996) 520-2967" | |
}, | |
{ | |
"id": 6, | |
"name": "Larson Guerra", | |
"email": "[email protected]", | |
"phone": "+1 (972) 566-2684" | |
}, | |
{ | |
"id": 7, | |
"name": "Shelby Ballard", | |
"email": "[email protected]", | |
"phone": "+1 (824) 467-3579" | |
}, | |
{ | |
"id": 8, | |
"name": "Lea Faulkner", | |
"email": "[email protected]", | |
"phone": "+1 (899) 528-3402" | |
}, | |
{ | |
"id": 9, | |
"name": "Cecelia Wolf", | |
"email": "[email protected]", | |
"phone": "+1 (862) 507-3140" | |
}, | |
{ | |
"id": 10, | |
"name": "Melva Nixon", | |
"email": "[email protected]", | |
"phone": "+1 (901) 444-3081" | |
}, | |
{ | |
"id": 11, | |
"name": "Bernard Chambers", | |
"email": "[email protected]", | |
"phone": "+1 (831) 539-3366" | |
}, | |
{ | |
"id": 12, | |
"name": "Wendi Bender", | |
"email": "[email protected]", | |
"phone": "+1 (868) 414-2720" | |
}, | |
{ | |
"id": 13, | |
"name": "Wall Stewart", | |
"email": "[email protected]", | |
"phone": "+1 (814) 558-3191" | |
}, | |
{ | |
"id": 14, | |
"name": "Howell Gilbert", | |
"email": "[email protected]", | |
"phone": "+1 (926) 512-3631" | |
}, | |
{ | |
"id": 15, | |
"name": "Nguyen Maxwell", | |
"email": "[email protected]", | |
"phone": "+1 (838) 469-2152" | |
}, | |
{ | |
"id": 16, | |
"name": "Norris Hendricks", | |
"email": "[email protected]", | |
"phone": "+1 (818) 563-2900" | |
}, | |
{ | |
"id": 17, | |
"name": "Salinas Mcleod", | |
"email": "[email protected]", | |
"phone": "+1 (888) 413-3775" | |
}, | |
{ | |
"id": 18, | |
"name": "Michelle Barrett", | |
"email": "[email protected]", | |
"phone": "+1 (988) 446-2594" | |
}, | |
{ | |
"id": 19, | |
"name": "Burke Barlow", | |
"email": "[email protected]", | |
"phone": "+1 (965) 492-2552" | |
}, | |
{ | |
"id": 20, | |
"name": "Rosie Cummings", | |
"email": "[email protected]", | |
"phone": "+1 (845) 456-2237" | |
}, | |
{ | |
"id": 21, | |
"name": "Sanford Frye", | |
"email": "[email protected]", | |
"phone": "+1 (936) 581-3494" | |
}, | |
{ | |
"id": 22, | |
"name": "Janna Peck", | |
"email": "[email protected]", | |
"phone": "+1 (824) 512-2437" | |
}, | |
{ | |
"id": 23, | |
"name": "Lorraine Sykes", | |
"email": "[email protected]", | |
"phone": "+1 (959) 422-3635" | |
}, | |
{ | |
"id": 24, | |
"name": "Vicki Fulton", | |
"email": "[email protected]", | |
"phone": "+1 (916) 455-2402" | |
}, | |
{ | |
"id": 25, | |
"name": "Massey Moody", | |
"email": "[email protected]", | |
"phone": "+1 (840) 453-3811" | |
}, | |
{ | |
"id": 26, | |
"name": "Grant Berg", | |
"email": "[email protected]", | |
"phone": "+1 (837) 554-3706" | |
}, | |
{ | |
"id": 27, | |
"name": "Hawkins Winters", | |
"email": "[email protected]", | |
"phone": "+1 (945) 469-2432" | |
}, | |
{ | |
"id": 28, | |
"name": "Frazier Davidson", | |
"email": "[email protected]", | |
"phone": "+1 (854) 558-2637" | |
}, | |
{ | |
"id": 29, | |
"name": "Francine Cervantes", | |
"email": "[email protected]", | |
"phone": "+1 (923) 520-2916" | |
}, | |
{ | |
"id": 30, | |
"name": "Francis Perez", | |
"email": "[email protected]", | |
"phone": "+1 (885) 461-3054" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment