-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdb.json
More file actions
53 lines (49 loc) · 1.2 KB
/
Copy pathdb.json
File metadata and controls
53 lines (49 loc) · 1.2 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
{
"registeration": [
{
"name": "Naresh Rajput",
"email": "nareshrajput@gmail.com",
"password": "1234567",
"mobile": "9617732664",
"work": "I'm a Fresher",
"description": "Hello, I am Naresh Rajput member of Naukari.com Group-Team",
"id": 1
},
{
"name": "Manish Kumar",
"email": "manishkumar@gmail.com",
"password": "12345",
"mobile": "7889887756",
"work": "I'm a Fresher",
"description": "Hello, I am Manish Kumar Senior member of Naukari.com Group-Team",
"id": 2
},
{
"name": "Prabhat",
"email": "prabhat@gmail.com",
"password": "54321",
"mobile": "7631766466",
"work": "I'm Experienced",
"description": "Hello, I am Prabhat Leader of Naukari.com Group-Team",
"id": 3
},
{
"name": "manish",
"email": "manishs@gmail.com",
"password": "1234",
"mobile": "987456122",
"work": "I'm a Fresher",
"description": "",
"id": 4
},
{
"name": "Naukari",
"email": "naukari@gmail.com",
"password": "12345",
"mobile": "9987654321",
"work": "I'm a Fresher",
"description": "",
"id": 5
}
]
}