Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "ingredient": [{
  3. "id": "I001",
  4. "name": "Chicken",
  5. "imageUrl": "https://via.placeholder.com/130",
  6. "unit": "Kg"
  7. },
  8.  
  9.  
  10. {
  11. "id": "I002",
  12. "name": "Egg",
  13. "imageUrl": "https://via.placeholder.com/130",
  14. "unit": "Kg"
  15. },
  16.  
  17. {
  18. "id": "I003",
  19. "name": "Beef",
  20. "imageUrl": "https://via.placeholder.com/130",
  21. "unit": "Kg"
  22. },
  23.  
  24. {
  25. "id": "I004",
  26. "name": "Pok Choy",
  27. "imageUrl": "https://via.placeholder.com/130",
  28. "unit": "g"
  29. },
  30. {
  31. "id": "I005",
  32. "name": "Shrimp",
  33. "imageUrl": "https://via.placeholder.com/130",
  34. "unit": "Kg"
  35. },
  36.  
  37. {
  38. "id": "I006",
  39. "name": "Squid",
  40. "imageUrl": "https://via.placeholder.com/130",
  41. "unit": "Kg"
  42. },
  43.  
  44. {
  45. "id": "I007",
  46. "name": "Brocoli",
  47. "imageUrl": "https://via.placeholder.com/130",
  48. "unit": "g"
  49. },
  50.  
  51. {
  52. "id": "I008",
  53. "name": "Tofu",
  54. "imageUrl": "https://via.placeholder.com/130",
  55. "unit": "g"
  56. },
  57.  
  58. {
  59. "id": "I009",
  60. "name": "Tempe",
  61. "imageUrl": "https://via.placeholder.com/130",
  62. "unit": "Kg"
  63. },
  64.  
  65. {
  66. "id": "I010",
  67. "name": "Fish",
  68. "imageUrl": "https://via.placeholder.com/130",
  69. "unit": "Kg"
  70. }
  71.  
  72. ]
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement