このコマンドを使用して、mongoにjson配列であることを通知する必要があります
mongoimport --db posts --collection rows --file post_history.json --jsonArray
私はあなたのjsonをコピーし、テストしました:
mongoimport --db posts --collection rows --file test.json --jsonArray
2016-01-19T06:18:57.887-0600 connected to: localhost
2016-01-19T06:18:57.906-0600 imported 5 documents
編集
質問の更新に続いて、たとえば、mongo用に修正する必要のある特殊文字もあると思います。
tab = \t
" = \"
\ = \\