-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
41 lines (41 loc) · 1.13 KB
/
Copy pathusers.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"users": [
{
"user": "gon",
"password": "1234",
"messages": [
{
"usr_src": "gon",
"timestamp": "2021-10-31 23:57:12.907385",
"text": "hola"
},
{
"usr_src": "gon",
"timestamp": "2021-11-01 00:10:33.775883",
"text": "hola 2"
},
{
"usr_src": "gon",
"timestamp": "2021-11-01 00:11:45.124363",
"text": "hola 3"
},
{
"usr_src": "sil",
"timestamp": "2021-11-01 00:13:02.131195",
"text": "Hola desde Sil"
}
]
},
{
"user": "sil",
"password": "4321",
"messages": [
{
"usr_src": "gon",
"timestamp": "2021-11-01 12:59:22.383148",
"text": "Hola sil desde gon"
}
]
}
]
}