Reaching into Objects

MongoDB

#Releases

MongoDB is a JSON-style store.  Just like JSON, we can nest objects within other objects, and also arrays of data within objects.

This then suggests the question or issue: how does one perform a query on nested objects?  Index keys in nested objects?  This is very important of course.  The following doc page explains the method.

http://www.mongodb.org/display/DOCS/Dot+Notation