[
{
"price": 1234,
"klass": "economy",
"forward": {
"cities": [],
"departure": ["15:30"],
"arrival": ["17:50 1"],
"company": "KL",
"number": "123"
}
}, {
...
}
]
|
[
{
"price": 1234,
"forward": {
"cities": ["SVX", "MOW"],
"departure": ["15:30", "18:50", "01:20 1"],
"arrival": ["18:40", "22:15", "04:10 1"],
"company": "KL",
"number": "123"
}
}
]
|
[
{
"price": 1234,
"forward": {
"cities": [],
"departure": ["15:30"],
"arrival": ["17:50 1"],
"company": "KL",
"number": "123"
},
"backward": {
"cities": [],
"departure": ["11:10"],
"arrival": ["18:40 1"],
"company": "KL",
"number": "321",
}
}
]
|