//导入json
mongoimport --db ML_OER --collection lecture --file /home/tmp/course_temp.json
//导入Json数组
mongoimport --db ML_OER --collection lecture --file /home/tmp/course_temp.json --jsonArray
mongoimport mongo导入Json的用法
原文:http://www.cnblogs.com/haoliansheng/p/5909328.html