int64 is serialized without trailing space

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 1.17.4
    • Affects Version/s: 1.17.3
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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
            Reporter:
            Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: