-
Type:
Task
-
Resolution: Unresolved
-
Priority:
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.
- depends on
-
SERVER-104023 Reimplement fromjson() and fromFuzzerJson() using a third-party JSON parser
-
- Needs Scheduling
-
- related to
-
SERVER-102008 Audit JSON parsers in our system, to determine if we can reduce duplication or replace some with third-party components.
-
- Closed
-