Import a collection array to a document using MongoDB
mongoimport --db mydatabasename --collection collectionName --file my_json_file.json
If the collection is an array
mongoimport --db mydatabasename --collection collectionName --file my_json_file.json --jsonArray