Cómo agregar el archivo JSON a MongoDB

mongoimport --jsonArray  -d DatabaseN -c collectionName /filePath/filename.json
Salo Hopeless