comments.json 791 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "total": 3,
  3. "list": [
  4. {
  5. "id": 1,
  6. "text": "je suis un commentaire",
  7. "date": "21/08/2020",
  8. "user": {
  9. "id": 8,
  10. "name": "John",
  11. "tag": "John#12345"
  12. }
  13. },
  14. {
  15. "id": 2,
  16. "text": "je suis un commentaire",
  17. "date": "24/08/2020",
  18. "user": {
  19. "id": 8,
  20. "name": "John",
  21. "tag": "John#12345"
  22. }
  23. },
  24. {
  25. "id": 3,
  26. "text": "je suis un commentaire",
  27. "date": "02/09/2020",
  28. "user": {
  29. "id": 8,
  30. "name": "John",
  31. "tag": "John#12345"
  32. }
  33. }
  34. ]
  35. }