-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
60 lines (60 loc) · 1.29 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
[
{
"id": 1,
"email": "schamberlayne0@weebly.com",
"phone": "322-442-0651",
"name": "Starlin",
"cc_balance": "23.13",
"due_date": "6/27/2022",
"last_digits": 2398
},
{
"id": 2,
"email": "schamberlayne0@weebly.com",
"phone": "32475701695",
"name": "Martyn Jones",
"cc_balance": "23.13",
"cc_due_date": "6/27/2022",
"mortgage_balance": "423183",
"last_digits": 1234
},
{
"id": 3,
"email": "schamberlayne0@weebly.com",
"phone": "32468119104",
"name": "Simon Jones",
"cc_balance": "23.13",
"cc_due_date": "6/27/2022",
"last_digits": 1234
},
{
"id": 4,
"email": "tbodker1@mapquest.com",
"phone": "918500888888",
"name": "Tilda",
"cc_balance": "321.54",
"due_date": "8/26/2022",
"last_digits": 7821
},
{
"id": 5,
"email": "jaxcel2@ameblo.jp",
"phone": "6582816883",
"name": "Julianna",
"cc_balance": "81.81",
"due_date": "7/16/2022",
"last_digits": 1234,
"currency": "$"
},
{
"id": 6,
"email": "sreekanth.kolamala@vonage.com",
"phone": "918500878787",
"name": "Sreekanth Kolamala",
"cc_balance": "76.31",
"delivery_date": "7/16/2022",
"last_digits": "1234",
"due_date": "seventh day of every month",
"currency": "$"
}
]