-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDATABASE.json
65 lines (48 loc) · 889 Bytes
/
DATABASE.json
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
{
"Student": {
"1821007": {
"name": "abc",
"standard": "2",
"divison": "a",
"status": "P",
"parent_phone": "1234567890"
},
"1821008": {
"name": "abc",
"standard": "2",
"divison": "a",
"status": "P",
"parent_phone": "9874561230"
}
},
"Parent": {
"1234567890": {
"name": "test",
"email": "[email protected]",
"password": "xyz"
},
"9874561230": {
"name": "test",
"email": "[email protected]",
"password": "xyz"
}
},
"Dataset": {
"1821007": {
"img":["img1","img2","img3"]
}
},
"Message": {
"23032018": {
"id":"1821007",
"date": "23-Mar",
"photo": "www.google.com",
"message": "Your son is in bus"
}
},
"Admin": {
"name": "admin",
"password": "123abc"
},
"total_student":"10"
}