Как добавить файл json в mongodb
mongoimport --jsonArray -d DatabaseN -c collectionName /filePath/filename.json
Salo Hopeless
mongoimport --jsonArray -d DatabaseN -c collectionName /filePath/filename.json