Advertisement
zvinger

Untitled

Apr 15th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.54 KB | None | 0 0
  1. {
  2.   "previous": [
  3.     {
  4.       "title": "Название",
  5.       "description": "Описание события",
  6.       "dates": [
  7.         "12-14.04.2017",
  8.         "13.05.2017"
  9.       ]
  10.     },
  11.     {
  12.       "title": "Название 2",
  13.       "description": "Описание события 2",
  14.       "dates": [
  15.         "14.04.2017"
  16.       ]
  17.     }
  18.   ],
  19.   "current": [
  20.     {
  21.       "title": "Название 3",
  22.       "description": "Описание события 3",
  23.       "dates": [
  24.         "14.06.2017"
  25.       ]
  26.     }
  27.   ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement