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.

41 lines
1003 B

  1. [
  2. {
  3. "id": 1,
  4. "name": "Test Voting",
  5. "desc": "Sample voting description",
  6. "img": "/img/voting.jpg",
  7. "votes": [
  8. {
  9. "id": 1,
  10. "name": "Sample Vote 1",
  11. "desc": "Sample description",
  12. "votes": 5
  13. },
  14. {
  15. "id": 2,
  16. "name": "Sample Vote 2",
  17. "desc": "Sample description",
  18. "votes": 8
  19. }
  20. ]
  21. },
  22. {
  23. "id": 2,
  24. "name": "wooting",
  25. "desc": "wooting desc",
  26. "img": "/img/voting.jpg",
  27. "votes": [
  28. {
  29. "id": 0,
  30. "name": "woote 1",
  31. "desc": "woote desc",
  32. "votes": 0
  33. },
  34. {
  35. "id": 1,
  36. "name": "woote 2",
  37. "desc": "woote 3",
  38. "votes": 0
  39. }
  40. ]
  41. }
  42. ]