Mongo Query on a JSON object Mongo Query on a JSON object json json

Mongo Query on a JSON object


Have a look at the $exists operator, i.e. try something like this

db.yourCollection.find({"_id.abcdefgh": { "$exists": true } })