mongodb导入json文件

mongoimport --db test  --collection item --jsonArray  item.json

原文地址:https://www.cnblogs.com/jycjy/p/8506739.html