Guest User

Untitled

a guest
Aug 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "tutorials":[
  3.         {
  4.             "num": "0",
  5.             "img": "assets/img/pic1.jpg",
  6.             "information": "Bureautique",
  7.             "titre": "title 1",
  8.             "insideInfo": "blablabla",
  9.             "listesTuto": [
  10.                 {
  11.                     "num": "1",
  12.                     "img": "assets/img/tutorial/word.png",
  13.                     "titre": "Les bases de la mise en page",
  14.                     "date": "28 mai 2012",
  15.                     "type": "Microsoft Word",
  16.                     "description": "Les en-têtes, les pieds de page et les numéros"
  17.                 }
  18.             ]
  19.         },
  20.         {
  21.             "num": "1",
  22.             "img": "assets/img/pic1.jpg",
  23.             "information": "Intranet",
  24.             "titre": "title 2",
  25.             "insideInfo": "jojojojo 2"     
  26.         },
  27.         {
  28.             "num": "2",
  29.             "img": "assets/img/pic1.jpg",
  30.             "information": "03 mai 2012",
  31.             "titre": "title 3",
  32.             "insideInfo": "draiiiiiiiiii 3"    
  33.         },
  34.         {
  35.             "num": "3",
  36.             "img": "assets/img/pic1.jpg",
  37.             "information": "02 mai 2012",
  38.             "titre": "title 4",
  39.             "insideInfo": "wily bob"       
  40.         },
  41.         {
  42.             "num": "4",
  43.             "img": "assets/img/pic1.jpg",
  44.             "information": "03 mai 2012",
  45.             "titre": "title 5",
  46.             "insideInfo": "the draiser"    
  47.         }
  48.  
  49.     ]
  50. }
Add Comment
Please, Sign In to add comment