Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <pre><code>
  2.  
  3. {
  4. 'dashboard': {
  5. 'questions': [...]
  6. },
  7. 'users': [
  8. {
  9. 'id': 1,
  10. 'nickname': 'blabla',
  11. 'questions': [...],
  12. }
  13. ]
  14. }
  15.  
  16. </code></pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement