[Bug] NaN exported/import with "JSON mongo shell / 3T MongoChef"
- Create a collection that has an item with a float set to NaN
- Export the collection with the "JSON - mongo shell / 3T MongoChef" option selected.
- Try to import the json file back in using MongoChef. It will fail on a parsing error as the NaN value was encoded as 0xEFBFBD
Exporting with "JSON - mongoexport" works, it is just the mongo shell one that fails.
1
vote
Cory Beutler
shared this idea