Importar archivo a la base de datos MongoDB

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