You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

produkts.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "data": [
  3. {
  4. "type": "produkt",
  5. "id": "spaghetti",
  6. "attributes": {
  7. "titel": "Spaghetti",
  8. "kategorie": "Pasta",
  9. "menge": 500,
  10. "einheit": "Gramm",
  11. "bild": "https://www.pastaweb.de/wp-content/uploads/2016/02/spaghetti.jpg",
  12. "isselected": false
  13. }
  14. },
  15. {
  16. "type": "produkt",
  17. "id": "salat",
  18. "attributes": {
  19. "titel": "Salat",
  20. "kategorie": "Gemüse",
  21. "menge": 1,
  22. "einheit": "Kopf",
  23. "bild": "https://napolipizza-spiez.ch/WebRoot/Store2/Shops/178389/5BD1/5BA4/85F2/ACB6/97E9/D91A/30FA/F35F/gruener-salat-2464087.jpg",
  24. "isselected": false
  25. }
  26. },
  27. {
  28. "type": "produkt",
  29. "id": "milch",
  30. "attributes": {
  31. "titel": "Milch",
  32. "kategorie": "Milchprodukte",
  33. "menge": 1,
  34. "einheit": "Liter",
  35. "bild": "https://lebensmittel-warenkunde.de/assets/images/milch-milchprodukte.jpg",
  36. "isselected": false
  37. }
  38. },
  39. {
  40. "type": "produkt",
  41. "id": "kaese",
  42. "attributes": {
  43. "titel": "Käse",
  44. "kategorie": "Milchprodukte",
  45. "menge": 200,
  46. "einheit": "Gramm",
  47. "bild": "https://www.der-bank-blog.de/wp-content/uploads/2016/04/banking-schweizer-kaese.jpg",
  48. "isselected": false
  49. }
  50. }
  51. ]
  52. }