Created
March 16, 2015 14:13
-
-
Save danared/6b3798cb746bc200f1bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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