Invalid JSON like this is accepted by our parser:
{"aggregate": "collection", "pipeline": [{"a": 1}]},"collation": {"locale": "en"}
There's a stray "}" after the pipeline, and the closing "}" is missing, but it's parsed as if valid.
- depends on
-
CDRIVER-1370 Replace libyajl with jsonsl
- Closed