This affects double-quotes, literal carriage returns and newlines, etc.
% mongo
MongoDB shell version: 1.6.0
connecting to: test
> db.foo.insert(
)
> db.foo.find()
% mongodump -d test -c foo
connected to: 127.0.0.1
DATABASE: test to dump/test
test.foo to dump/test/foo.bson
1 objects
% bsondump dump/test/foo.bson
connected to: 127.0.0.1
Fri Aug 13 12:19:04 1 objects found