Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "surveyId":3,
  3. "questions":[
  4. {
  5. questionId: 1,
  6. answers: [{answer:"kot", count:5},{answer:"pies", count:10}]
  7. },
  8. {
  9. questionId: 2,
  10. answers: [{answer:"arbuz", count:9},{answer:"gruszka", count:7},{answer:"jablko", count:10}]
  11. },
  12. {
  13. questionId: 3,
  14. answers: ["Poznań","Warszawa","Wrocław","Kraków"]
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement