Guest User

Untitled

a guest
Jun 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. title: "Bread Sticks",
  3. category: "Appetizer",
  4. elements: [
  5. {
  6. title: "garlic butter",
  7. ingredients: [
  8. {
  9. count: 1.5,
  10. title: "butter"
  11. measurement: "pounds"
  12. },
  13. {
  14. count: 2,
  15. title: "garlic"
  16. measurement: "tbs"
  17. }
  18. ]
  19. }
  20. ],
  21. status: "drafted"
  22. }
Add Comment
Please, Sign In to add comment