-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
62 lines (62 loc) · 1.17 KB
/
db.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
{
"posts": [
{
"id": 1,
"name": "Ashish ",
"email": "ashish@gmail.com",
"mobile": 898565655656565,
"address": "somthing",
"services": "Food service"
},
{
"id": 2,
"name": "ashu",
"email": "abc@gnshu.cin",
"mobile": 2542454522424,
"address": "allahabad",
"services": "Tea"
},
{
"id": 3,
"name": "Baba Dhaba",
"email": "baba@glmail.com",
"mobile": 857485698569,
"address": "New Delhi janakpuri",
"services": "Fast Food"
}
],
"comments": [],
"signup": [
{
"name": "abc",
"email": "abc@gmail.com",
"mobile": 9658974568,
"password": "123456",
"id": 2
},
{
"name": "Ashish ",
"email": "ashish@gmail.com",
"mobile": 8874886684,
"password": "ashish",
"id": 3
},
{
"name": "ashu",
"email": "ashu@gmail.com",
"mobile": 0,
"password": "123456789",
"id": 4
},
{
"name": "binu",
"email": "binu@gmail.com",
"mobile": 8644444646441,
"password": "123456789",
"id": 5
}
],
"profile": {
"name": "typicode"
}
}