Skip to content

Instantly share code, notes, and snippets.

@danared
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danared/dbd03635a02d0422e955 to your computer and use it in GitHub Desktop.
Save danared/dbd03635a02d0422e955 to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("5063114bd386d8fadbd6b004"),
"name" : "Brian D. Goodman",
"organizations" : ["MongoDB"],
"locations" : [
{ "type" : "work",
"address" : "229 W 34 St., 5th floor",
"city" : "New York",
"state" : "NY",
"zipcode" : "10036"
}
],
"tags" : ["blogger", "photographer", "technology"],
"lastAccess" : ISODate("2012-12-19T06:15:33.035Z"),
"actions" : [
{ "type" : "recommendation",
"date" : "…",
"tags" : ["photography","video"],
"description" : "Zack Arias released new video!",
"action" : "http://…"
}
],
"products" : [
{ "_id" : ObjectId("5063114bd333d8fadbd6b444"),
"purchased" : ISODate("2012-12-19T06:15:33.035Z"),
"rated" : 1,
"commented" : 1,
"tweeted" : 0,
"returned" : 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment