| 12345678910111213141516171819202122232425262728293031 |
- {
- "title": "Peanut Chicken Curry",
- "description": "A fusion style peanut-butter based chicken curry from Chef John of FoodWishes.com",
- "products": [
- {
- "name": "Curry",
- "cards": [
- {
- "id": 0,
- "dependsOn": [],
- "vessel": "",
- "preparation": {
- "ingredients": [
- {
- "name": "onion",
- "preparation": "",
- "amount": "100 g"
- }
- ],
- "duration": {
- "displayAs": "MINUTES",
- "approximate": true,
- "minSeconds": 300,
- "maxSeconds": 600
- }
- }
- }
- ]
- }
- ]
- }
|