json ファイルがあり、mongodb に一括で挿入しようとして
mongoimport --host localhost --db testdb --collection testdbjson --username user -- password pass --type json --file /home/pet/mng/json_test.json
いますが、次のエラーが表示されます
SyntaxError: Unexpected identifier
助けてください!