-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
Investigate what allow_multiple is supposed to mean and whether it has an effect. Test and document the reality. This about parsing a buffer like:
{"a": 1}{"a": 1}{"a": 1}
Read the YAJL documentation to see what it's supposed to mean.
Could be that our error-handling code recovers when allow_multiple is false but we detect multiple docs, causing libbson to act as if allow_multiple is always true.
- related to
-
CDRIVER-4533 Docs for bson_new_from_json and bson_init_from_json incorrectly state that input requires a single JSON object
- Closed