这是我的json文件:
{"a":"b"}
当我通过此命令在数据库中导入此文件时:
mongoimport --db test --collection abc --jsonArray --file ABC.json
我收到了这个错误:
2016-11-10T15:03:39.696+0530 connected to: localhost
2016-11-10T15:03:39.697+0530 Failed: error reading separator after document #1: bad JSON array format - found no opening bracket '[' in input source
2016-11-10T15:03:39.697+0530 imported 0 documents
在我的控制台中。
我的档案中没有'['符号。有人能告诉我我错在哪里吗?