List all fields in MongoDB collection

var task = db.collection_name.find().next();
for (let key in task){print(key)};


Total page views:

Comments

Popular posts from this blog

Useful aliases

Start all Docker containers