Advertisement
blistovmhz

Untitled

Jan 4th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. [{
  2. "id": "0001",
  3. "type": "donut",
  4. "name": "Cake",
  5. "ppu": 0.55,
  6. "batters":
  7. {
  8. "batter":
  9. [
  10. { "id": "1001", "type": "Regular" },
  11. { "id": "1002", "type": "Chocolate" },
  12. { "id": "1003", "type": "Blueberry" },
  13. { "id": "1004", "type": "Devil's Food" }
  14. ]
  15. },
  16. "topping":
  17. [
  18. { "id": "5001", "type": "None" },
  19. { "id": "5002", "type": "Glazed" },
  20. { "id": "5005", "type": "Sugar" },
  21. { "id": "5007", "type": "Powdered Sugar" },
  22. { "id": "5006", "type": "Chocolate with Sprinkles" },
  23. { "id": "5003", "type": "Chocolate" },
  24. { "id": "5004", "type": "Maple" }
  25. ]
  26. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement