-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
42 lines (42 loc) · 1.13 KB
/
Copy pathdata.json
File metadata and controls
42 lines (42 loc) · 1.13 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
38
39
40
41
42
[
{
"First Name": "Master",
"Last Name": "Yoda",
"Email": "email@email.com",
"Main phone number": 3534543,
"Additional number": 436465467,
"Comments": "Lets the force be with you"
},
{
"First Name": "Captain",
"Last Name": "America",
"Email": "captain.america@gmail.com",
"Main phone number": 325346347,
"Additional number": 5756725221,
"Comments": "Yo"
},
{
"First Name": "Darth",
"Last Name": "Vader",
"Email": "v.darth@mail.com",
"Main phone number": 3564367357,
"Additional number": 5763532512,
"Comments": "Luke, I'm your father"
},
{
"First Name": "Mr.",
"Last Name": "Nobody",
"Email": "mr.nowbody@nomail.com",
"Main phone number": 905075523,
"Additional number": 1398472938,
"Comments": "no comments"
},
{
"First Name": "Yoyo",
"Last Name": "Yoyoyoy",
"Email": "yoyoy@email.com",
"Main phone number": 9435034967,
"Additional number": 9286352365,
"Comments": "yo"
}
]