Skip to content

Instantly share code, notes, and snippets.

@dustinc
Created August 1, 2012 20:52
Show Gist options
  • Save dustinc/3230603 to your computer and use it in GitHub Desktop.
Save dustinc/3230603 to your computer and use it in GitHub Desktop.
People "document" in MongoDB
[
{ "name" : "Dustin", "_id" : { "$oid" : "5019968ccc93742e0d0bba0b" }, "age" : 29 },
{ "name" : "Steve", "_id" : { "$oid" : "5019969acc93742e0d0bba0c" } },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment