-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathb_using_options.js
More file actions
58 lines (57 loc) · 1.82 KB
/
b_using_options.js
File metadata and controls
58 lines (57 loc) · 1.82 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"_id": {"$oid": "519a6075b320153869b175e0"},
"surname": "IsAccepted1",
"forename": "John",
"address": {
"line1": "4 High Street",
"town": "Anytown",
"postcode": "AB2 3ES"},
"email": "someone@somewhere.com",
"weight": 124,
"accepted": true,
"dateOfBirth": "04 Nov 1998",
"eyeColour": "Green",
"hairColour": "Black",
"login": "JohnN",
"passwordHash": "sha1$22b5fc3b$1$60a48af349b5a95cc0ab3f29b4c95a819d944e75",
"interviewScore": 89,
"freeText": "Here is some tex blah blah"
},
{
"_id": {"$oid": "519a6075b320153869b155e0"},
"surname": "IsAccepted2",
"forename": "Johan",
"address": {
"line1": "4 High Street",
"town": "Anytown",
"postcode": "AB2 3ES"},
"email": "ReportingIndex@somewhere.com",
"weight": 124,
"dateOfBirth": "04 Dec 1978",
"eyeColour": "Brown",
"login": "JohnI",
"passwordHash": "sha1$22b5fc3b$1$60a33af349b5a95cc0ab3f29b4c95a819d944e75",
"accepted": true,
"interviewScore": 89,
"freeText": "Here is some tex blah blah"
},
{
"_id": {"$oid": "519a6075b440153869b155e0"},
"surname": "Jones-NotAccepted",
"forename": "Alan",
"address": {
"line1": "14 High Street",
"town": "Anothertown",
"postcode": "AB4 3ES"},
"email": "ReportingIndex@somewhere.com",
"weight": 145,
"dateOfBirth": "04 Dec 1968",
"eyeColour": "Brown",
"login": "AlanJ",
"passwordHash": "sha1$22b5fc3b$1$60a33af349b5a95cc0ab3f29b4c95a819d944e75",
"accepted": false,
"freeText": "Here is some tex blah blah",
"interviewScore": 93
}
]