Advertisement
taweesoft

translator_standard_FACILITY_response

Nov 22nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.43 KB | None | 0 0
  1. {
  2.   "success": true,
  3.   "data_list": [
  4.     {
  5.       "entertainment": {
  6.         "available": true
  7.       }
  8.     },
  9.     {
  10.       "wifi": {
  11.         "available": true
  12.       }
  13.     },
  14.     {
  15.       "meal": {
  16.         "available": true
  17.       }
  18.     },
  19.     {
  20.       "baggage": {
  21.         "available": true,
  22.         "piece": 1,
  23.         "weight": 30
  24.       }
  25.     },
  26.     {
  27.       "power": {
  28.         "available": true
  29.       }
  30.     }
  31.   ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement