Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-104025

Consolidate our uses of alternate JSON-to-BSON parsers onto the standard one

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Atlas Streams
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      There are a few places where we use the C/C++ driver's JSON parser; all of these just pass the result into fromBsoncxxDocument, which converts it into a BSONObj. Once we have a standardized third-party JSON parser established in SERVER-104023, we should change these callsites to just use that method, so that we consistently use the same way of arriving at BSON from JSON throughout the codebase.

            Assignee:
            Unassigned Unassigned
            Reporter:
            james.bronsted@mongodb.com James Bronsted
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: