-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconferencedAttendees1.json
More file actions
74 lines (74 loc) · 1.6 KB
/
conferencedAttendees1.json
File metadata and controls
74 lines (74 loc) · 1.6 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"name": "Chris",
"company": "TMG",
"state": "PA, USA",
"email": "rorrun@gmail.com",
"attendee": [
"Chris",
"TMG",
"PA, USA",
"rorrun@gmail.com"
]
},
{
"name": "Matt",
"company": "M&A",
"state": "NJ, USA",
"email": "mjt@gmail.com",
"attendee": [
"Matt",
"M&A",
"NJ, USA",
"mjt@gmail.com"
]
},
{
"name": "Sean",
"company": "PSD",
"state": "PA, USA",
"email": "mccuskermusic@gmail",
"attendee": [
"Sean",
"PSD",
"PA, USA",
"mccuskermusic@gmail"
]
},
{
"name": "Christina",
"company": "G&P",
"state": "PA, USA",
"email": "chrmgianc@gmail.com",
"attendee": [
"Christina",
"G&P",
"PA, USA",
"chrmgianc@gmail.com"
]
},
{
"name": "Brian",
"company": "Jordan Business Loans",
"state": "Gaza Strip, Jordan",
"email": "brian@noidea.io",
"attendee": [
"Brian",
"Jordan Business Loans",
"Gaza Strip, Jordan",
"brian@noidea.io"
]
},
{
"name": "Carson",
"company": "Philadelphia Eagles",
"state": "PA, USA",
"email": "wentz@philaeagles.com",
"attendee": [
"Carson",
"Philadelphia Eagles",
"PA, USA",
"wentz@philaeagles.com"
]
}
]