Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [
  2. {
  3. writer_id:1,
  4. writer_name:'Ben'
  5. book_id:1
  6. book_name:'The special book'
  7. },
  8. {
  9. writer_id:1,
  10. writer_name:'Ben'
  11. book_id:2
  12. book_name:'My second book'
  13. }
  14. ]
  15.  
  16. [{
  17. writer_id:1,
  18. writer_name:'Ben'
  19. books:
  20. [{book_id:1
  21. book_name:'The special book'
  22. },{book_id:2
  23. book_name:'My second book'
  24. }]
  25.  
  26. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement