Skip to content

Instantly share code, notes, and snippets.

@danared
Created March 13, 2015 20:18
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/5a98a10ff22c964b0afa to your computer and use it in GitHub Desktop.
Save danared/5a98a10ff22c964b0afa 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"
}
],
”sentiment” : {
”personal” : 1,
“towardsCompany” : 0
},
"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