Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. "artist" : "Some artist",
  3. "albums" :
  4. [
  5. {
  6. "name": "Some album",
  7. "info" :
  8. {
  9. "id" : ObjectId("534a7d66f1053d665015825b"),
  10. "released" : "2013"
  11. },
  12. "songs" :
  13. [
  14. {
  15. "name" : "Some song",
  16. "file" : "music.mp3",
  17. "time" : 219,
  18. "id" : ObjectId("534a7d66f1053d665015825c")
  19. }
  20. ]
  21. }
  22. ],
  23. "_id" : ObjectId("534a7d66f1053d665015825d")
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement