mongoimport mongo导入Json的用法
//导入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
//导入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