Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.23 KB | None | 0 0
  1. {
  2.   "user_info": {
  3.     "balance": 2223.33,
  4.     "phone": "78453348813",
  5.     "tariff": {
  6.       "name": "В объекте tariff будет детали по тарифу, когда будет понятна структура данных!!!"
  7.     }
  8.   },
  9.   "blocks": [
  10.     {
  11.         "type": "greeting",
  12.         "data": {
  13.           "title": "Доброе утро,\\n Игорь"
  14.         }
  15.     },
  16.     {
  17.       "type": "resources",
  18.       "data": [
  19.         {
  20.           "title": "Ночной тариф",
  21.           "tariffc_type": "internet",
  22.           "amount_total": 25.5,
  23.           "amount_used": 12.3,
  24.           "unit": "gb"
  25.         },
  26.         {
  27.           "title": "Внутри сети",
  28.           "tariffc_type": "voice",
  29.           "amount_total": 500.0,
  30.           "amount_used": 40.1,
  31.           "unit": "minutes"
  32.         },
  33.         {
  34.           "title": "Вне сети",
  35.           "tariffc_type": "voice",
  36.           "amount_total": 40.0,
  37.           "amount_used": 0.0,
  38.           "unit": "gb"
  39.         },
  40.         {
  41.           "title": "Сообщения",
  42.           "tariffc_type": "sms",
  43.           "amount_total": 500.0,
  44.           "amount_used": 3.0,
  45.           "unit": "sms"
  46.         }
  47.         ]
  48.     }
  49.     ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement