Adding mongoDB document-array-element using Python Eve
问题 Background: (using Eve and Mongo) I'm working in Python using the Eve REST provider library connecting and to a mongoDB to expose a number of REST endpoints from the database. I've had good luck using Eve so far, but I've run into a problem that might be a bit beyond what Eve can do natively. My problem is that my mongoDb document format has a field (called "slots"), whose value is a list/array of dictionaries/embedded-documents. So the mongoDB document structure is: { blah1: data1, blah2: