Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-3391

EJSON.stringify does not stringify Long values properly

      > bson.Long.fromString('8300000000000000321')
      new Long("8300000000000000321")
      > bson.EJSON.stringify(bson.Long.fromString('8300000000000000321'))
      '8300000000000000000'
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            anna.henningsen@mongodb.com Anna Henningsen
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: