Guest User

Untitled

a guest
Feb 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [
  2. {
  3. "id": "1",
  4. "name": "Home",
  5. "url": "/",
  6. "imageFile": "/",
  7. "sub": [
  8. {
  9. "name": "Home page",
  10. "url": "/",
  11. "imageFile": "/"
  12. }
  13. ]
  14. },
  15. {
  16. "id": "2",
  17. "name": "Payments",
  18. "sub": [
  19. {
  20. "name": "Payment Details",
  21. "url": "/",
  22. "imageFile": "/"
  23. },
  24. {
  25. "name": "Recuring payements",
  26. "url": "/",
  27. "imageFile": "/"
  28. },
  29. {
  30. "name": "Pay Tax",
  31. "url": "/",
  32. "imageFile": "/"
  33. },
  34. {
  35. "name": "Pay old dues",
  36. "url": "/",
  37. "imageFile": "/"
  38. }
  39. ]
  40. },
  41. {
  42. "id": "3",
  43. "name": "Reports",
  44. "sub": [
  45. {"name": "Reports - 1"},
  46. {"name": "Reports - 2"},
  47. {"name": "Reports - 3 "},
  48. {"name": "Reports - 4"}
  49. ]
  50. },
  51. {
  52. "id": "4",
  53. "name": "About us",
  54. "sub": [
  55. {"name": "About us - 1"},
  56. {"name": "About us - 2"},
  57. {"name": "About us -3"},
  58. {"name": "About us -4"}
  59. ]
  60. },
  61. {
  62. "id": "5",
  63. "name": "Contract Us",
  64. "sub": [
  65. {"name": "Contract Us-1"},
  66. {"name": "Contract Us-2"},
  67. {"name": "Contract Us-3"},
  68. {"name": "Contract Us-4"}
  69. ]
  70. }
  71. ]
Add Comment
Please, Sign In to add comment