Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "_id": 1,
  3. "author": "name",
  4. "albums": [
  5. {
  6. "name": "Albums name",
  7. "songs": [
  8. {
  9. "name": "Name song",
  10. "text": "Song text",
  11. },
  12. { "..." }
  13. ],
  14. },
  15. { "..." }
  16. ]
  17. }
  18.  
  19. {
  20. "_id": 1,
  21. "name": "Иван Иванов",
  22. "trek_id": [
  23. "id_1", "id_2"
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement