kalle
14 years ago
5 changed files with 87 additions and 32 deletions
@ -1,18 +1,30 @@
|
||||
{ |
||||
"id": 100, |
||||
"type": "donut", |
||||
"name": "Cake", |
||||
"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"] |
||||
"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"] |
||||
} |
Loading…
Reference in new issue