Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1.  
  2. [{
  3. "_id": 1,
  4. "pseudo": "Stread",
  5. "password": "mypass",
  6. "power": "Webmaster",
  7. "Pages": [{
  8. "title": "Acceuil",
  9. "description": "Acceuil",
  10. "Pages": [],
  11. "image": "fa-newspaper-o"
  12. }, {
  13. "title": "Teamspeak",
  14. "description": "Nos teamspeak",
  15. "Pages": [],
  16. "image": "fa-microphone"
  17. }, {
  18. "title": "Forum",
  19. "description": "Forum",
  20. "Pages": [],
  21. "image": "fa-comments-o"
  22. }, {
  23. "title": "Espace personnel",
  24. "description": "Votre espace personnel",
  25. "Pages": [],
  26. "image": "fa-database"
  27. }, {
  28. "title": "Paramètre",
  29. "image": "fa-cog",
  30. "Pages": [{
  31. "title": "Profil",
  32. "description": "Profil",
  33. "image": "fa-user"
  34. },{
  35. "title": "Administration",
  36. "description": "Administration",
  37. "image": "fa-sliders"
  38. }, {
  39. "title": "Déconnexion",
  40. "description": "Déconnexion",
  41. "image": "fa-sign-out"
  42. }]
  43. }]
  44. }, {
  45. "_id": 2,
  46. "pseudo": "BlackWidoche",
  47. "password": "censure",
  48. "power": "Membre",
  49. "Pages": [{
  50. "title": "Acceuil",
  51. "description": "Acceuil",
  52. "Pages": [],
  53. "image": "fa-newspaper-o"
  54. }, {
  55. "title": "Teamspeak",
  56. "description": "Nos teamspeak",
  57. "Pages": [],
  58. "image": "fa-microphone"
  59. }, {
  60. "title": "Forum",
  61. "description": "Forum",
  62. "Pages": [],
  63. "image": "fa-comments-o"
  64. }, {
  65. "title": "Espace personnel",
  66. "description": "Votre espace personnel",
  67. "Pages": [],
  68. "image": "fa-database"
  69. }, {
  70. "title": "Paramètre",
  71. "image": "fa-cog",
  72. "Pages": [{
  73. "title": "Profil",
  74. "description": "Profil",
  75. "image": "fa-user"
  76. }, {
  77. "title": "Déconnexion",
  78. "description": "Déconnexion",
  79. "image": "fa-sign-out"
  80. }]
  81. }]
  82. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement