-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.17.3
-
Component/s: None
-
None
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" }