Import a JSON file into MongoDB

mongoimport --db catalogue --collection products 
  --file products.json --jsonArray --drop