Guest User

Untitled

a guest
Nov 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "title": "Pasta Dough"
  3. "description": "Good for any pasta including ravioli",
  4. "ingredients": [
  5. {
  6. "quantity": 3,
  7. "unit": "cups"
  8. "name": "Flour",
  9. "description": null
  10. },
  11. {
  12. "quantity": 4,
  13. "unit": null
  14. "name": "Eggs",
  15. "description": null
  16. },
  17. {
  18. "quantity": 1,
  19. "unit": "tsp"
  20. "name": "Kosher Salt",
  21. "description": null
  22. },
  23. {
  24. "quantity": 1,
  25. "unit": "tsp"
  26. "name": "Kosher Salt",
  27. "description": null
  28. },
  29. {
  30. "quantity": 12
  31. "unit": "tbsp"
  32. "name": "Extra Virgin Olive Oil",
  33. "description": null
  34. }
  35. ],
  36. "steps": [
  37. "In an electric mixer fitted with a dough hook, combine flour and salt",
  38. "Add eggs one at a time and continue to mix",
  39. "Drizzle in oil and continue to incorporate all the flour until it forms a ball",
  40. "Knead the dough until elastic and smooth",
  41. "Wrap the dough in plastic wrap and let it rest for about 30 minutes to allow the gluten to relax"
  42. ]
  43. }
Add Comment
Please, Sign In to add comment