-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
67 lines (67 loc) · 1.54 KB
/
db.json
File metadata and controls
67 lines (67 loc) · 1.54 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
{
"users": [
{
"id": 5041,
"name": "Colton",
"email": "Aenean.massa@dolorQuisque.ca",
"date": "17/06/2022",
"is_admin": true,
"test_ar": "عربى",
"test_en": "english"
},
{
"id": 7817,
"name": "Mohamed Gamal",
"email": "manlook041@gmail.com",
"date": "2021-08-04",
"is_admin": false,
"test_ar": "عربى",
"test_en": "english"
},
{
"id": 3409,
"name": "محمد عبدالله",
"email": "muhamed.gamal9876@gmail.com",
"date": "2021-09-08",
"is_admin": true,
"test_ar": "عربى",
"test_en": "english"
},
{
"id": 9237,
"name": "Mohamed Gamal",
"email": "manlook041@gmail.com",
"date": "2021-08-18",
"is_admin": true,
"test_ar": "عربى",
"test_en": "english",
"updateUser": {
"id": 9237,
"name": "Mohamed Gamal",
"email": "manlook041@gmail.com",
"date": "2021-08-18",
"is_admin": false,
"test_ar": "عربى",
"test_en": "english",
"updateUser": {
"id": 9237,
"name": "Mohamed Gamal",
"email": "manlook041@gmail.com",
"date": "2021-08-18",
"is_admin": true,
"test_ar": "عربى",
"test_en": "english"
}
}
},
{
"id": 6821,
"name": "John Dee",
"email": "admin@admin.com",
"date": "2021-08-07",
"is_admin": false,
"test_ar": "عربى",
"test_en": "english"
}
]
}