Mongodb – Mongoimport json object with 1 document as an array of documents
I have alot of JSON objects which seem to be exports of collections exported as one document which contains an array of the documents in the collection. I am having a problem importing it to Mongodb as the way I…