Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. {
  2. "food": [
  3. {
  4. "id": "1",
  5. "type": "donut",
  6. "name": "Cake",
  7. "ppu": 0.55,
  8. "batters": {
  9. "batter": [
  10. {
  11. "id": "1001",
  12. "type": "Regular"
  13. },
  14. {
  15. "id": "1002",
  16. "type": "Chocolate"
  17. },
  18. {
  19. "id": "1003",
  20. "type": "Blueberry"
  21. },
  22. {
  23. "id": "1004",
  24. "type": "Devil's Food"
  25. }
  26. ]
  27. },
  28. "topping": [
  29. {
  30. "id": "5001",
  31. "type": "None"
  32. },
  33. {
  34. "id": "5002",
  35. "type": "Glazed"
  36. },
  37. {
  38. "id": "5005",
  39. "type": "Sugar"
  40. },
  41. {
  42. "id": "5007",
  43. "type": "Powdered Sugar"
  44. },
  45. {
  46. "id": "5006",
  47. "type": "Chocolate with Sprinkles"
  48. },
  49. {
  50. "id": "5003",
  51. "type": "Chocolate"
  52. },
  53. {
  54. "id": "5004",
  55. "type": "Maple"
  56. }
  57. ]
  58. },
  59. {
  60. "id": "0002",
  61. "type": "pizza",
  62. "name": "Capricioza",
  63. "ppu": 0.55,
  64. "batters": {
  65. "batter": [
  66. {
  67. "id": "1002",
  68. "type": "NeRegular"
  69. },
  70. {
  71. "id": "1002",
  72. "type": "Chocolate"
  73. },
  74. {
  75. "id": "1003",
  76. "type": "Blueberry"
  77. },
  78. {
  79. "id": "1004",
  80. "type": "Devil's Food"
  81. }
  82. ]
  83. },
  84. "topping": [
  85. {
  86. "id": "5001",
  87. "type": "None"
  88. },
  89. {
  90. "id": "5002",
  91. "type": "Glazed"
  92. },
  93. {
  94. "id": "5005",
  95. "type": "Sugar"
  96. },
  97. {
  98. "id": "5007",
  99. "type": "Powdered Sugar"
  100. },
  101. {
  102. "id": "5006",
  103. "type": "Chocolate with Sprinkles"
  104. },
  105. {
  106. "id": "5003",
  107. "type": "Chocolate"
  108. },
  109. {
  110. "id": "5004",
  111. "type": "Maple"
  112. }
  113. ]
  114. }
  115.  
  116. ]
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement