Advertisement
Guest User

Untitled

a guest
Aug 18th, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "success": true,
  3. "count": 7,
  4. "data": [
  5. {
  6. "_id": "5f3a58705109a6710c6f13c8",
  7. "name": "Something medium again",
  8. "description": "description",
  9. "rating": 1
  10. },
  11. {
  12. "_id": "5f3a58705109a6710c6f13c7",
  13. "name": "Another hard recipe",
  14. "description": "description",
  15. "rating": 5
  16. },
  17. {
  18. "_id": "5f3a58705109a6710c6f13c6",
  19. "name": "Something really Hard",
  20. "description": "description",
  21. "rating": 2
  22. },
  23. {
  24. "_id": "5f3a58705109a6710c6f13c5",
  25. "name": "Summer Rolls",
  26. "description": "Delicious Vietnamese Summer Rolls",
  27. "rating": 3
  28. },
  29. {
  30. "_id": "5f3a58705109a6710c6f13c4",
  31. "name": "Some Breakfast would be here",
  32. "description": "Classic Mac and Cheese.",
  33. "rating": 3
  34. },
  35. {
  36. "_id": "5f3a58705109a6710c6f13c3",
  37. "name": "Schinkenfleckerl",
  38. "description": "Viennese Schinkenfleckerl",
  39. "rating": 5
  40. },
  41. {
  42. "_id": "5f3a58705109a6710c6f13c2",
  43. "name": "Mac and Cheese",
  44. "description": "Classic Mac and Cheese",
  45. "rating": 3
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement