| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "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": {
- "duration": {
- "displayAs": "MINUTES",
- "approximate": true,
- "minSeconds": 300,
- "maxSeconds": 600
- }
- },
- "cooking": [
- {
- "ingredients": [
- {
- "name": "oil",
- "amount": "1 Tbsp"
- }
- ],
- "duration": {
- "displayAs": "SECONDS",
- "approximate": true,
- "minSeconds": 30,
- "maxSeconds": 60
- },
- "instruction": "Heat oil over high heat"
- },
- {
- "ingredients": [
- {
- "name": "onion",
- "preparation": "chopped",
- "amount": "100 g"
- }
- ],
- "duration": {
- "displayAs": "MINUTES",
- "approximate": true,
- "minSeconds": 300,
- "maxSeconds": 900
- },
- "instruction": "Sauté the onions until soft and translucent, stirring to prevent burning"
- }
- ],
- "rest": {
- "where": "ROOM_TEMPERATURE",
- "duration": {
- "displayAs": "SECONDS",
- "approximate": false,
- "minSeconds": 30,
- "maxSeconds": 30
- }
- }
- }
- ]
- }
- ]
- }
|