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

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Atlas Streams
    • None
    • 3
    • 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
            Reporter:
            James Bronsted
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: