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\", \
If all your objects have the same fields (id, age, gender, etc.) then you should store the objects as rows of some relational database (e.g. MySQL).