-
Notifications
You must be signed in to change notification settings - Fork 0
/
wyciag.json
76 lines (76 loc) · 2.25 KB
/
wyciag.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
{
"documents": [
{
"file": "Path 1",
"entries": [
{
"sort": "highlight",
"text": "Text 1",
"drawer": "lighten",
"page": 28,
"chapter": "Chapter 1",
"time": 1684958734
},
{
"sort": "highlight",
"text": "Text 2",
"drawer": "lighten",
"page": 34,
"chapter": "Chapter 2",
"time": 1684959022
},
{
"sort": "highlight",
"text": "Text 3",
"drawer": "lighten",
"page": 52,
"chapter": "Chapter 3",
"time": 1684959789
},
{
"sort": "highlight",
"text": "Text 4",
"drawer": "lighten",
"page": 53,
"chapter": "Chapter 3",
"time": 1684959837
},
{
"sort": "highlight",
"text": "Text 5",
"drawer": "lighten",
"page": 82,
"chapter": "Chapter 4",
"time": 1684960515
}
],
"title": "Title 1",
"author": "Author ABC"
},
{
"file": "Path 2",
"entries": [
{
"sort": "highlight",
"text": "Text 11",
"drawer": "lighten",
"page": 4,
"chapter": "Chapter 1",
"time": 1684948695
},
{
"sort": "highlight",
"text": "Text 12",
"drawer": "lighten",
"page": 6,
"chapter": "Chapter 1",
"time": 1684952940
}
],
"title": "Title 2",
"author": "Author XYZ"
}
],
"created_on": 1685035960,
"version": "json/1.0.0"
}