-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
QO 2024-07-08, QO 2024-07-22, QO 2024-08-05, QO 2024-08-19, QO 2024-09-02
The new JParseUtil class will use functionality from JParse as well as some custom methods to parse output from the fuzzer.
It is accessible through the fromFuzzerJson method.
The additional functionality supported on top of JParse includes:
- regex in forward slashes
- NumberLong in quotations
- new Date() with an ISODate() format, as well as pre-epoch dates
- trailing commas in objects
No changes in functionality have been made to the JParse class itself.
- related to
-
SERVER-94881 Modify fromFuzzerJson to accept ISODate
- Closed
-
SERVER-93524 Refactor JParse into an interface
- Closed