Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.14 KB | None | 0 0
  1. [
  2. {
  3. "question":"Вопрос",
  4. "weight":1,
  5. "tags":[
  6. "tag1",
  7. "tag2"
  8. ],
  9. "answers":[
  10. {
  11. "answer":"Ответ",
  12. "is_right":true
  13. }
  14. ]
  15. }
  16. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement