Skip to content

Instantly share code, notes, and snippets.

@danared
Created March 13, 2015 21:10
Show Gist options
  • Save danared/bc764127c3ff77880637 to your computer and use it in GitHub Desktop.
Save danared/bc764127c3ff77880637 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