Created
November 1, 2020 09:13
-
-
Save desaijay315/9b46cde288566cb79e8c3ed62225d7d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 1 createdAt:31/10/2020, 13:24:33*/ | |
{ | |
"_id" : ObjectId("5f9d18391e7c5fbc3e2475c6"), | |
"username" : "jazz", | |
"email" : "jazz@hotmail.com", | |
"age" : 30, | |
"password" : "b", | |
"playlists" : [ | |
{ | |
"_id" : 8, | |
"name" : "new_playlist", | |
"date" : "30-10-2020", | |
"musics_category" : [ | |
"pop" | |
] | |
} | |
] | |
}, | |
/* 2 createdAt:31/10/2020, 12:59:42*/ | |
{ | |
"_id" : ObjectId("5f9d12661e7c5fbc3e2475c5"), | |
"username" : "jazz", | |
"email" : "jazz@hotmail.com", | |
"age" : 30, | |
"password" : "b", | |
"playlists" : [ | |
{ | |
"_id" : 8, | |
"name" : "new_playlist", | |
"date" : "30-10-2020", | |
"musics_category" : [ | |
"pop", | |
"rock", | |
"jazz", | |
"rock", | |
"folk", | |
"soul", | |
"classical" | |
] | |
} | |
] | |
}, | |
/* 3 createdAt:31/10/2020, 12:59:30*/ | |
{ | |
"_id" : ObjectId("5f9d125a1e7c5fbc3e2475c4"), | |
"username" : "jazz", | |
"email" : "jazz@hotmail.com", | |
"age" : 35, | |
"password" : "b", | |
"playlists" : [ | |
{ | |
"_id" : 8, | |
"name" : "new_playlist", | |
"date" : "30-10-2020", | |
"musics_category" : [ | |
"pop", | |
"rock", | |
"jazz", | |
"rock", | |
"folk", | |
"soul", | |
"classical" | |
] | |
} | |
] | |
}, | |
/* 4 createdAt:31/10/2020, 12:59:20*/ | |
{ | |
"_id" : ObjectId("5f9d12501e7c5fbc3e2475c3"), | |
"username" : "jazz", | |
"email" : "jazz@hotmail.com", | |
"age" : 30, | |
"password" : "b", | |
"playlists" : [ | |
{ | |
"_id" : 8, | |
"name" : "new_playlist", | |
"date" : "30-10-2020", | |
"musics_category" : [ | |
"pop", | |
"rock", | |
"jazz", | |
"rock", | |
"folk", | |
"soul", | |
"classical" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment