-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.txt
More file actions
52 lines (48 loc) · 1.13 KB
/
data.txt
File metadata and controls
52 lines (48 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
43
44
45
46
47
48
49
50
51
52
{
"name" : "Tarek Hassan",
"id" : "17108779",
"phone" : "01000000000",
"address" : "Qena",
"gender" : "Male",
"membershiptype" : "Semesterly",
"period" : "3:30 PM",
"startdate" : "2021-02-15",
"isstudent" : true,
"student" : {"semester" : "7", "college" : "CCIT", "department" : "CS"}
}
{
"name" : "Mohamed Ramadan",
"id" : "17108770",
"phone" : "0120000000",
"address" : "Sohag",
"gender" : "Male",
"membershiptype" : "Monthly",
"period" : "8:30 AM",
"startdate" : "2021-02-15",
"isstudent" : true,
"student" : {"semester" : "7", "college" : "CCIT", "department" : "CS"}
}
{
"name" : "Karim Nasser",
"id" : "20010030",
"phone" : "01100000000",
"address" : "Masnoura",
"gender" : "Male",
"membershiptype" : "Semesterly",
"period" : "3:30 PM",
"startdate" : "2021-02-15",
"isstudent" : false,
"staff" : {"position" : "Lecturer at Computing"}
}
{
"name" : "Omar Alaa",
"id" : "20010050",
"phone" : "0150000000",
"address" : "Alexandria",
"gender" : "Male",
"membershiptype" : "Monthly",
"period" : "8:30 AM",
"startdate" : "2021-02-15",
"isstudent" : false,
"staff" : {"position" : "Lecturer at Engineering"}
}