Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. {
  2. "recipies": [
  3. {
  4. "id": 1,
  5. "category": "Smoothies"
  6. "title": "Mango delight",
  7. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  8. "directions": [],
  9. "serving": 2
  10. },
  11. {
  12. "id": 2,
  13. "category": "Smoothies"
  14. "title": "Mango delight",
  15. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  16. "directions": [],
  17. "serving": 2
  18. },
  19. {
  20. "id": 3,
  21. "category": "Smoothies"
  22. "title": "Mango delight",
  23. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  24. "directions": [],
  25. "serving": 2
  26. },
  27. {
  28. "id": 4,
  29. "category": "Smoothies"
  30. "title": "Mango delight",
  31. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  32. "directions": [],
  33. "serving": 2
  34. },
  35. {
  36. "id": 5,
  37. "category": "Smoothies"
  38. "title": "Strawberrie taste",
  39. "ingredients": ["1 banana", "strawberries", "coconut milk"],
  40. "directions": [],
  41. "serving": 2
  42. },
  43. {
  44. "id": 6,
  45. "category": "Smoothies"
  46. "title": "Helthy ",
  47. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  48. "directions": [],
  49. "serving": 2
  50. },
  51. {
  52. "id": 7,
  53. "category": "Smoothies"
  54. "title": "Mango delight",
  55. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  56. "directions": [],
  57. "serving": 2
  58. },
  59. {
  60. "id": 8,
  61. "category": "Smoothies"
  62. "title": "Mango delight",
  63. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  64. "directions": [],
  65. "serving": 2
  66. },
  67. {
  68. "id": 9,
  69. "category": "Smoothies"
  70. "title": "Mango delight",
  71. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  72. "directions": [],
  73. "serving": 2
  74. },
  75. {
  76. "id": 10,
  77. "category": "Smoothies"
  78. "title": "Mango delight",
  79. "ingredients": ["1 banana", " 1/2 mango", "almond milk", "orange juice"],
  80. "directions": [],
  81. "serving": 2
  82. },
  83. ]
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement