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.

15 lines
261 B

  1. [
  2. {
  3. "id": 1,
  4. "title": "titel eins",
  5. "username": "name",
  6. "date": "2022-04-27",
  7. "text": "text"
  8. },
  9. {
  10. "id": 2,
  11. "title": "nummer Zwei",
  12. "username": "noch ein Name",
  13. "date": "2022-05-04",
  14. "text": "und noch ein Text"
  15. }
  16. ]