http://api.mongodb.com/python/current/api/pymongo/database.html#pymongo.database.Database.collection_names Not sure how to implement other than taking `.keys()` of the top-level of the JSON.
http://api.mongodb.com/python/current/api/pymongo/database.html#pymongo.database.Database.collection_names
Not sure how to implement other than taking
.keys()of the top-level of the JSON.