forked from cs4241-19a/a3-persistence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
74 lines (74 loc) · 1.4 KB
/
Copy pathdb.json
File metadata and controls
74 lines (74 loc) · 1.4 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
68
69
70
71
72
73
74
{
"data": [
{
"username": "dan",
"password": "caffrey",
"date": "2/2/2",
"time": "22:22",
"voltage": "2",
"current": "2",
"power": 8,
"id": "seIBi3I"
},
{
"username": "dan",
"password": "caffrey",
"date": "9/19/19",
"time": "10:00",
"voltage": "6",
"current": "8",
"power": 384,
"id": "RxNxH0WH"
},
{
"username": "joey",
"password": "wolfgang",
"date": "9/19/19",
"time": "10:00",
"voltage": "6",
"current": "8",
"power": 384,
"id": "LMVnVlrE"
},
{
"username": "joey",
"password": "wolfgang",
"date": "10/10/10",
"time": "11:11",
"voltage": "7",
"current": "7",
"power": 343,
"id": "KbXr1QTF"
},
{
"username": "dan",
"password": "caffrey",
"date": "12/12/12",
"time": "20:20",
"voltage": "8",
"current": "8",
"power": 512,
"id": "I7s4BxJG"
},
{
"username": "kelsey",
"password": "gauling",
"date": "11/11/11",
"time": "11:11",
"voltage": "1",
"current": "1",
"power": 1,
"id": "8bhc-8OL"
},
{
"username": "kelsey",
"password": "gauling",
"date": "10/22/22",
"time": "22:22",
"voltage": "2",
"current": "2",
"power": 8,
"id": "PcgbB5x-"
}
]
}