-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
78 lines (78 loc) · 1.61 KB
/
data.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"messages": [
{
"name": "Adam",
"time": "12:34:56",
"text": "Hello Bob :) :)"
},
{
"name": "Bob",
"time": "12:34:59",
"text": "Hi Adam :("
},
{
"name": "Bob",
"time": "12:35:01",
"text": ":( I have to work on my assignment :( on PIJ"
},
{
"name": "Bob",
"time": "12:35:04",
"text": ":("
},
{
"name": "Adam",
"time": "12:35:56",
"text": "Thats sad..."
}
],
"participants": [
"Adam",
"Bob"
],
"path": "/Users/sebila/Desktop/JavaFXProject.v2 2/src/main/resources/example_msg_files/Conversation-small1.msg",
"date": "22/01/2022",
"name": "Conversation-small1.msg",
"size": 5,
"favorite": true
},
{
"messages": [
{
"name": "Adam",
"time": "12:34:56",
"text": "Hello Bob :) :)"
},
{
"name": "Bob",
"time": "12:34:59",
"text": "Hi Adam :("
},
{
"name": "Bob",
"time": "12:35:01",
"text": ":( I have to work on my assignment :( on PIJ"
},
{
"name": "Bob",
"time": "12:35:04",
"text": ":("
},
{
"name": "Adam",
"time": "12:35:56",
"text": "Thats sad..."
}
],
"participants": [
"Adam",
"Bob"
],
"path": "/Users/sebila/Desktop/JavaFXProject/src/main/resources/example_msg_files/Conversation-small1.msg",
"date": "24/01/2022",
"name": "Conversation-small1.msg",
"size": 5,
"favorite": true
}
]