-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: legacy-0.0-26compat-2.6.7
-
Component/s: BSON
-
None
-
None
-
None
-
None
-
None
-
None
-
None
While using mongo2.2, got bson and converted to jsonString using the api provided, I upgraded my driver to use mongo2.6, The json format returned do not match with the existing json format.
Example :
mongo2.2 :
mong2.6 : {"myData" : {$numberLong : 1}}
Please provide us an solution.