Advertisement
Guest User

Restaurant json

a guest
Mar 28th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. {
  2.  
  3. "success" : "1",
  4.  
  5. "categories": [
  6. {
  7. "name": "Breakfast",
  8. "content":
  9. [
  10. {
  11. "food" : "Breakfast Plate",
  12. "price" :"20"
  13. },
  14. {
  15. "food" : "Ottoman Breakfast",
  16. "price" : "10"
  17.  
  18. }
  19. ]
  20. },
  21. {
  22. "name": "Soup",
  23. "content":
  24. [
  25. {
  26. "food" : "Tarhana Soup",
  27. "price" :"10"
  28. },
  29. {
  30. "food" : "Yayla Soup",
  31. "price" : "15"
  32.  
  33. },
  34. {
  35. "food" : "Akdene Soup",
  36. "price" : "8"
  37.  
  38. },
  39. {
  40. "food" : "Keskek Soup",
  41. "price" : "5"
  42.  
  43. }
  44.  
  45. ]
  46. },
  47. {
  48. "name": "Pancake",
  49. "content":
  50. [
  51. {
  52. "food" : "Meat Pancake",
  53. "price" :"10"
  54. },
  55. {
  56. "food" : "Yogurt Pancake",
  57. "price" : "15"
  58.  
  59. },
  60. {
  61. "food" : "Cheese Pancake",
  62. "price" : "8"
  63.  
  64. },
  65. {
  66. "food" : "Potatoes Pancake",
  67. "price" : "5"
  68.  
  69. },
  70. {
  71. "food" : "Spinach Pancake",
  72. "price" : "5"
  73.  
  74. }
  75. ]
  76. },
  77. {
  78. "name": "Main Dish",
  79. "content":
  80. [
  81. {
  82. "food" : "Main 1",
  83. "price" :"20"
  84. },
  85. {
  86. "food" : "Main 2",
  87. "price" : "10"
  88.  
  89. },
  90. {
  91. "food" : "Main 3",
  92. "price" : "12"
  93. }
  94. ]
  95. },
  96. {
  97. "name": "Desert",
  98. "content":
  99. [
  100. {
  101. "food" : "Desert 1",
  102. "price" :"20"
  103. }
  104. ]
  105. },
  106. {
  107. "name": "Drinks",
  108. "content":
  109. [
  110. {
  111. "food" : "Drink 1",
  112. "price" :"20"
  113. }
  114. ]
  115. }
  116.  
  117. ]
  118.  
  119.  
  120.  
  121.  
  122.  
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement