forked from Keshav-0907/learnGit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
38 lines (37 loc) · 757 Bytes
/
data.json
File metadata and controls
38 lines (37 loc) · 757 Bytes
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
[
{
"name": "John Doe",
"email": "john.doe@example.com",
"year_of_study": 2
},
{
"name": "Jane Smith",
"email": "jane.smith@example.com",
"year_of_study": 3
},
{
"name": "Alice Johnson",
"email": "alice.johnson@example.com",
"year_of_study": 1
},
{
"name": "Sample 1",
"email": "sample.com",
"year_of_study": 1
},
{
"name": "ABCD",
"email": "ABCD@g.com",
"year_of_study" : 2
},
{
"name": "hsjdgjg ",
"email": "dbhbedb ",
"year_of_study": 2
}
{
"name": "Deepanshu ",
"email": "kaushikdeepanshu034@gmail.com ",
"year_of_study": 1
}
]