Skip to content

Instantly share code, notes, and snippets.

@aroman
Last active August 29, 2015 14:02
Show Gist options
  • Save aroman/e4fe5451d693fbdcbf31 to your computer and use it in GitHub Desktop.
Save aroman/e4fe5451d693fbdcbf31 to your computer and use it in GitHub Desktop.
// a library
{
"books": [
ObjectId(507c7f79bcf86cd7994f6cAB),
ObjectId(507c7f79bcf86cd7994s320e),
ObjectId(507c7f79bcf86cd7994s221e)
],
"name": "New York Public Library",
"_id": ObjectId(507c7f7921sa6cd7994s22LB)
}
// a book
{
"title": "Moby Dick",
"author": "Herman Melville",
"library": ObjectId(507c7f7921sa6cd7994s22LB),
"_id": ObjectId(507c7f79bcf86cd7994f6cAB)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment