Guest User

Untitled

a guest
Jun 13th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {
  2. "items": {
  3. "item": [{
  4. "id": "0001",
  5. "type": "donut",
  6. "name": "Cake",
  7. "ppu": 0.55,
  8. "batters": {
  9. "batter": [{
  10. "id": "1001",
  11. "type": "Regular"
  12. },
  13. {
  14. "id": "1002",
  15. "type": "Chocolate"
  16. },
  17. {
  18. "id": "1003",
  19. "type": "Blueberry"
  20. },
  21. {
  22. "id": "1004",
  23. "type": "Devil's Food"
  24. }
  25. ]
  26. },
  27. "topping": [{
  28. "id": "5001",
  29. "type": "None"
  30. },
  31. {
  32. "id": "5002",
  33. "type": "Glazed"
  34. },
  35. {
  36. "id": "5005",
  37. "type": "Sugar"
  38. },
  39. {
  40. "id": "5007",
  41. "type": "Powdered Sugar"
  42. },
  43. {
  44. "id": "5006",
  45. "type": "Chocolate with Sprinkles"
  46. },
  47. {
  48. "id": "5003",
  49. "type": "Chocolate"
  50. },
  51. {
  52. "id": "5004",
  53. "type": "Maple"
  54. }
  55. ]
  56. }
  57.  
  58.  
  59.  
  60. ]
  61. }
  62. }
Add Comment
Please, Sign In to add comment