Advertisement
akbar_yasin

json_string decoded

Jan 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.89 KB | None | 0 0
  1. {
  2.    "schedule":{
  3.       "s_depart":{
  4.          "price":572000,
  5.          "price_adult":572000,
  6.          "airline":"lion-air",
  7.          "discount":0,
  8.          "flight_details":[
  9.             {
  10.                "flight_operator":"Lion Air",
  11.                "departure_datime":"26-01-2018 05:00",
  12.                "flight_stop":null,
  13.                "flight_id":"JT38",
  14.                "destination_city_name":"Denpasar Bali",
  15.                "departure_city_code":"CGK",
  16.                "arrival_datime":"26-01-2018 07:50",
  17.                "flight_plane":"Not described",
  18.                "flight_estimation":null,
  19.                "departure_city_name":"Jakarta (cengkareng)",
  20.                "destination_city_code":"DPS"
  21.             }
  22.          ],
  23.          "price_tag":"Promo",
  24.          "optional":null,
  25.          "airline_logo":"lion-air"
  26.       },
  27.       "s_return":{
  28.          "empty":true
  29.       }
  30.    }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement