Importar Arquivo para o banco de dados MongoDB

mongoimport --db dbName --collection collectionName --file fileName.json --jsonArray
Ill Ibex