Advertisement
Uno-Dan

Simple record.

Mar 25th, 2021
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. {
  3.     "_id" : ObjectId("605d12d9b9caf021b916ffbd"),
  4.     "firstName" : "Dan",
  5.     "lastName" : "Huckson",
  6.     "userName" : "huck",
  7.     "addresses" : [
  8.         {
  9.             "_id" : ObjectId("605d12d9b9caf021b916ffbe"),
  10.             "country" : "Canada",
  11.             "state" : "Ontario",
  12.             "city" : "Toronto"
  13.         }
  14.     ],
  15.     "modiftyDate" : ISODate("2021-03-25T22:46:49.469+0000"),
  16.     "__v" : NumberInt(0)
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement