Advertisement
kellykamay

chapters

Jun 23rd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.94 KB | None | 0 0
  1. {
  2.     "chapters": [
  3.     {
  4.       "date": "2016-06-01",
  5.       "title": "Beach and surfing",
  6.       "description": "description ng day 1",
  7.       "images": [
  8.         "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  9.         "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  10.       ],
  11.       "categories": ["1", "2", "3" ]
  12.     },
  13.     {
  14.       "date": "2016-06-02",
  15.       "title": "waterfalls",
  16.       "description": "description ng day 2",
  17.       "images": [
  18.         "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  19.         "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  20.       ],
  21.       "categories": ["2", "3" ]
  22.     },
  23.     {
  24.       "date": "2016-06-03",
  25.       "title": "Tambay",
  26.       "description": "description ng day 3",
  27.       "images": [
  28.         "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  29.         "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  30.       ],
  31.       "categories": ["1", "2", "3", "10" ]
  32.     }
  33.   ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement