Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. parties {
  3. 1 {
  4. info {
  5. id: 1,
  6. name: "",
  7. chairman: ""
  8. spectrum {
  9. left: 20,
  10. right: 80,
  11. progressive: 20,
  12. conservative: 80
  13. }
  14. }
  15. answers {
  16. 1 {
  17. id: 1,
  18. answer: 1
  19. }
  20. 2 {
  21. id: 2,
  22. answer: 2
  23. }
  24. }
  25.  
  26. }
  27. }
  28. statements {
  29. 1 {
  30. id: 1,
  31. statement: ""
  32. }
  33. 2 {
  34. id: 2,
  35. statement: ""
  36. }
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement