Created
March 16, 2015 14:12
-
-
Save danared/af851b70e9bf2dfebde7 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" | |
} | |
], | |
"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