Ingen beskrivning

transfer.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [
  2. {
  3. "id": "0001",
  4. "type": "donut",
  5. "name": "Cake",
  6. "ppu": 0.55,
  7. "batters":
  8. {
  9. "batter":
  10. [
  11. { "id": "1001", "type": "Regular" },
  12. { "id": "1002", "type": "Chocolate" },
  13. { "id": "1003", "type": "Blueberry" },
  14. { "id": "1004", "type": "Devil's Food" }
  15. ]
  16. },
  17. "topping":
  18. [
  19. { "id": "5001", "type": "None" },
  20. { "id": "5002", "type": "Glazed" },
  21. { "id": "5005", "type": "Sugar" },
  22. { "id": "5007", "type": "Powdered Sugar" },
  23. { "id": "5006", "type": "Chocolate with Sprinkles" },
  24. { "id": "5003", "type": "Chocolate" },
  25. { "id": "5004", "type": "Maple" }
  26. ]
  27. },
  28. {
  29. "id": "0002",
  30. "type": "donut",
  31. "name": "Raised",
  32. "ppu": 0.55,
  33. "batters":
  34. {
  35. "batter":
  36. [
  37. { "id": "1001", "type": "Regular" }
  38. ]
  39. },
  40. "topping":
  41. [
  42. { "id": "5001", "type": "None" },
  43. { "id": "5002", "type": "Glazed" },
  44. { "id": "5005", "type": "Sugar" },
  45. { "id": "5003", "type": "Chocolate" },
  46. { "id": "5004", "type": "Maple" }
  47. ]
  48. },
  49. {
  50. "id": "0003",
  51. "type": "donut",
  52. "name": "Old Fashioned",
  53. "ppu": 0.55,
  54. "batters":
  55. {
  56. "batter":
  57. [
  58. { "id": "1001", "type": "Regular" },
  59. { "id": "1002", "type": "Chocolate" }
  60. ]
  61. },
  62. "topping":
  63. [
  64. { "id": "5001", "type": "None" },
  65. { "id": "5002", "type": "Glazed" },
  66. { "id": "5003", "type": "Chocolate" },
  67. { "id": "5004", "type": "Maple" }
  68. ]
  69. }
  70. ]