1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| {
| "id": "0001",
| "type": "donut",
| "name": "Cake",
| "enabled": true,
| "ppu": 0.55,
| "birthday": "2022-06-11 21:42:55",
| "nothing": null,
| "batters": {
| "batter": [
| { "id": "1001", "type": "Regular" },
| { "id": "1002", "type": "Chocolate" },
| { "id": "1003", "type": "Blueberry" },
| { "id": "1004", "type": "Devil's Food" }
| ]
| },
| "topping": [
| { "id": "5001", "type": "None" },
| { "id": "5002", "type": "Glazed" },
| { "id": "5005", "type": "Sugar" },
| { "id": "5007", "type": "Powdered Sugar" },
| { "id": "5006", "type": "Chocolate with Sprinkles" },
| { "id": "5003", "type": "Chocolate" },
| { "id": "5004", "type": "Maple" }
| ]
| }
|
|