J'ai pu m'en sortir en utilisant --jsonArray
tag, donnant le chemin complet du fichier, et l'a modifié en ajoutant un crochet au début et à la fin,
[{"my":"json","file":"imported"},{"my":"cool","file":"succeeded"}]
mongoimport --db myCoolDb --collection myCoolColl --file /path/to/my/imported/file.json --jsonArray