I tried to import a 7.4 MB JSON file via ...
mongoimport -d mongoimport -c test --file jsonTest.json
But I saw this issue.
Wed Sep 04 13:08:52.378 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Expecting '{': offset:0
This Stackoverflow post presented a similar issue with respect to the date occurring before Jan 1, 1970, but that doesn't seem to apply given my FailedToParse: Expecting '{': offset:0
error.
mongoimport
on my 6 KB file, but got the same errors as I listed above. – Harriettharrietta