-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.json
More file actions
37 lines (37 loc) · 1.37 KB
/
contacts.json
File metadata and controls
37 lines (37 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"fname": "Spongebob",
"lname": "Squarepants",
"email": "frycook001@krustykrab.sea",
"phone": "(152) 555-5321",
"picture": "https://upload.wikimedia.org/wikipedia/en/5/5c/Spongebob-squarepants.png"
},
{
"fname": "Squidward",
"lname": "Tentacles",
"email": ["cashier001@krustykrab.sea", "musicianoTentacles@clarinetworld.org"],
"phone": "(134) 555-1134",
"picture": "https://pbs.twimg.com/profile_images/2606825183/image.jpg"
},
{
"fname": "Sandy",
"lname": "Cheeks",
"email": "sc879@intel.org",
"phone": "(123) 456-5432",
"picture": "https://pbs.twimg.com/profile_images/2242362361/image.jpg"
},
{
"fname": "Eugene",
"lname": "Krabs",
"email": "owner@krustykrab.sea",
"phone": "(152) 555-5321",
"picture": "http://vignette3.wikia.nocookie.net/villains/images/3/31/Mr._Krabs.jpg/revision/latest?cb=20131119163828"
},
{
"fname": "Gary",
"lname": "The Snail",
"email": "gairgair@snails.com",
"phone": "(098) 765-4321",
"picture": "http://img04.deviantart.net/b281/i/2013/112/2/a/gary_the_snail_by_senkan-d62o3ft.png"
}
]