Advertisement
taweesoft

standard_mobile_FACILITY_response

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