Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
Description
Exporting a field with BinData using mongoexport generates a JSON file of the form:
{"data":{"$binary":"AAAA","$type":"00"}}
|
The Go driver is currently incapable of parsing this JSON.