-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
114 lines (114 loc) · 2.13 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"flights": [
{
"id": 123,
"direction": {
"from": "Moscow",
"to": "Berlin"
},
"arrival": "2016-06-08T19:52:27.979Z",
"departure": "2016-06-08T17:51:20.979Z",
"carrier": "S7"
},
{
"id": 193,
"direction": {
"from": "Moscow",
"to": "New York"
},
"arrival": "2016-06-08T21:52:27.979Z",
"departure": "2016-06-08T17:51:20.979Z",
"carrier": "Aeroflot"
},
{
"id": 133,
"direction": {
"from": "Moscow",
"to": "Samara"
},
"arrival": "2016-09-08T13:52:27.979Z",
"departure": "2016-08-08T17:51:20.979Z",
"carrier": "KLM"
},
{
"id": 126,
"direction": {
"from": "Moscow",
"to": "London"
},
"arrival": "2016-08-10T13:52:27.979Z",
"departure": "2016-08-09T17:51:20.979Z",
"carrier": "S7"
},
{
"id": 1543,
"direction": {
"from": "Moscow",
"to": "Berlin"
},
"arrival": "2016-06-08T13:52:27.979Z",
"departure": "2016-06-08T17:51:20.979Z",
"carrier": "Aeroflot"
},
{
"id": 1213,
"direction": {
"from": "Moscow",
"to": "Berlin"
},
"arrival": "2016-06-08T13:52:27.979Z",
"departure": "2016-06-08T17:51:20.979Z",
"carrier": "Aeroflot"
},
{
"id": 1523,
"direction": {
"from": "Moscow",
"to": "Berlin"
},
"arrival": "2016-06-08T13:52:27.979Z",
"departure": "2016-06-08T17:51:20.979Z",
"carrier": "KLM"
},
{
"id": 1283,
"direction": {
"from": "Moscow",
"to": "Berlin"
},
"arrival": "2016-06-08T13:52:27.979Z",
"departure": "2016-06-08T17:51:20.979Z",
"carrier": "Aeroflot"
},
{
"id": 12310,
"direction": {
"from": "Moscow",
"to": "Berlin"
},
"arrival": "2016-06-08T13:52:27.979Z",
"departure": "2016-06-08T17:51:20.979Z",
"carrier": "Aeroflot"
},
{
"id": 19923,
"direction": {
"from": "Moscow",
"to": "Berlin"
},
"arrival": "2016-06-11T13:52:27.979Z",
"departure": "2016-06-10T17:51:20.979Z",
"carrier": "KLM"
},
{
"id": 2542,
"direction": {
"from": "Madrid",
"to": "Paris"
},
"arrival": "2016-06-16T13:52:27.979Z",
"departure": "2016-06-17T17:51:20.979Z",
"carrier": "S7"
}
]
}