आप बस यह कर सकते हैं:
db.collection.distinct("children.child_name");
आपके मामले में यह लौटाता है:
[ "John", "Anna", "Kevin" ]
आप बस यह कर सकते हैं:
db.collection.distinct("children.child_name");
आपके मामले में यह लौटाता है:
[ "John", "Anna", "Kevin" ]