Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-3877

int64 is serialized without trailing space

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.17.4
    • 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" }
      

            Assignee:
            kevin.albertson@mongodb.com Kevin Albertson
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: