You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
747 B
30 lines
747 B
{ |
|
"id": 100, |
|
"type": "donut", |
|
"name": "Cake", |
|
"available": true, |
|
"ppu": 0.55, |
|
"batters": |
|
{ |
|
"batter": |
|
[ |
|
{ |
|
"id": "1001", |
|
"type": "Regular" |
|
}, |
|
{ |
|
"id": "1002", |
|
"type": "Chocolate" |
|
}, |
|
{ |
|
"id": "1003", |
|
"type": "Blueberry" |
|
}, |
|
{ |
|
"id": "1004", |
|
"type": "Devil's Food" |
|
} |
|
] |
|
}, |
|
"toppings": ["Glazed", "Sugar", "Chocolate", "Maple"] |
|
} |