-
Type: Task
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: mongoexport, mongoimport
-
None
-
Platforms 2017-02-13
Mongo tools (mongoimport/export) now makes no distinction between String and Symbol BSON types when importing/exporting into the json.
This makes difficult to use these tools for data transfer in projects where symbols are explicitly used.
It would be great to read/write symbols in json in a similar way other nontrivial types are stored in json now, like
{key: {$sym: 'value'}}
- duplicates
-
TOOLS-1610 implement the extended json spec in import/export
- Closed