1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"existingUser": {
"_id": {
"$oid": "579971d988a20f0010cb627b"
},
"email": "janetarzan@gmail.com",
"user_name": "janeT",
"f_name": "Jane",
"l_name": "Tarzan",
"university": "University of Toronto",
"department": "Computer Science",
"answered": 0,
"messages": 0,
"comments": 0,
"phone_num": "6478495738",
"followers": []
},
"nonExistingUser": {
"_id": {
"$oid": "57950d18543bc2fe7681f28c"
},
"email": "kumar@kumar.com",
"user_name": "kumarFake",
"f_name": "KUMAR",
"l_name": "DAMANI",
"university": "",
"department": "",
"answered": 1,
"messages": 0,
"comments": 4,
"phone_num": "",
"followers": []
}
}
|