Advertisement
Guest User

json example

a guest
May 5th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.    "status":"success",
  3.    "message":"",
  4.    "gallery":{
  5.         "title": "",
  6.         "description": "",
  7.         "images": [
  8.             {"src": "http://recend.apextech.netdna-cdn.com/images/tn/0/223/1200/820/900/447/2015/04/21/otrac.jpg", "title": "Calvario buscar un servicio", "link": "http://www.elnuevodia.com/noticias/politica/nota/calvariobuscarunservicio-2037028/", "target": "_blank"}
  9.         ]
  10.     },
  11.    "sections":[
  12.       {
  13.          "id":2,
  14.          "title":"Productos y Servicios",
  15.          "pagetype":"PreziPage",
  16.          "content":"<p>You can fill this page out with your own content, or delete it and create your own pages.</p>\n<p><div class=\"YouTube\">\n <object type=\"application/x-shockwave-flash\" data=\"http://www.youtube-nocookie.com/v/3UTu6lV8ppY\" width=\"100%\" height=\"450\">\n <embed name=\"movie\" value=\"http://www.youtube-nocookie.com/v/3UTu6lV8ppY\"></embed></object> \n <p></p>\n</div></p>",
  17.          "background": "url_to_image",
  18.          "bgColor": "#f2f2f2"
  19.       },
  20.       {
  21.          "id":18,
  22.          "title":"SubPage",
  23.          "pagetype":"PreziPage",
  24.          "content":"<p>Sub page de Productos y servicios</p>",
  25.          "slides":[
  26.             {
  27.                "id":19,
  28.                "title":"Sub Sub Page",
  29.                "pagetype":"Page",
  30.                "content":"<p>This is a sub sub page</p>"
  31.             }
  32.          ]
  33.       },
  34.       {
  35.          "id":20,
  36.          "title":"Sub Page 2",
  37.          "pagetype":"Page",
  38.          "content":"<p>Sub Page 2 content goes here.</p>"
  39.       }
  40.    ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement