Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
1.17.3
-
None
-
None
Description
Serializing a BSON int64 to JSON produces a document like:
{ "x" { "$numberLong" : "123"}
|
For consistency with other types, it should have a trailing space:
{ "x" { "$numberLong" : "123" }
|