-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwynik_1.json
34 lines (34 loc) · 943 Bytes
/
wynik_1.json
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
MongoDB shell version v4.4.1
connecting to: mongodb://127.0.0.1:27017/nbd?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("a0612d40-5b56-4612-ba6e-3568d9b4c303") }
MongoDB server version: 4.4.1
[
{
"_id" : ObjectId("5fa83b06d60c35269e4111ca"),
"sex" : "Male",
"first_name" : "Wayne",
"last_name" : "Fields",
"job" : "Speech Pathologist",
"email" : "[email protected]",
"location" : {
"city" : "Oyo",
"address" : {
"streetname" : "Beilfuss",
"streetnumber" : "860"
}
},
"description" : "vulputate justo in blandit ultrices enim lorem ipsum dolor sit amet consectetuer adipiscing elit proin interdum mauris",
"height" : "152.38",
"weight" : "66.81",
"birth_date" : "1990-02-21T02:55:03Z",
"nationality" : "Nigeria",
"credit" : [
{
"type" : "switch",
"number" : "6759888939100098699",
"currency" : "COP",
"balance" : "5117.06"
}
]
}
]