I\'ve heard about MongoDB, but I\'m not sure I fully understand the concept.
If I have multiple JSON objects stored in MongoDB:
[{\"id\": \"peter\", \
A mongodb shell query for that might look like this:
db.people.find({"age": {gt:12 }});