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
|
[
{
"date": "2016-12-31",
"url": "2017-01.html",
"name": "I 2017",
"index": "1"
},
{
"date": "2017-03-31",
"url": "2017-02.html",
"name": "II 2017",
"index": "2"
},
{
"date": "2017-06-30",
"url": "2017-03.html",
"name": "III 2017",
"index": "3"
},
{
"date": "2017-09-30",
"url": "2017-04.html",
"name": "IV 2017",
"index": "4"
},
{
"date": "2017-12-31",
"url": "2018-01.html",
"name": "I 2018",
"index": "5"
},
{
"date": "2018-03-31",
"url": "2018-02.html",
"name": "II 2018",
"index": "6"
},
{
"date": "2018-06-30",
"url": "2018-03.html",
"name": "III 2018",
"index": "7"
},
{
"date": "2018-09-30",
"url": "2018-04.html",
"name": "IV 2018",
"index": "8"
},
{
"date": "2018-12-31",
"url": "2019-01.html",
"name": "I 2019",
"index": "9"
},
{
"date": "2019-03-31",
"url": "2019-02.html",
"name": "II 2019",
"index": "10"
},
{
"date": "2019-06-30",
"url": "2019-03.html",
"name": "III 2019",
"index": "11"
},
{
"date": "2019-09-30",
"url": "index.html",
"name": "IV 2019",
"index": "12"
}
]
|