-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a user of BSON
I want an API that finds the bounds of keys and values (elements) in BSON bytes
So that I can defer parsing/reviving the bytes
User Impact
- New API marked experimental, not intended for external use
Dependencies
- None
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Implement the parseToElements algorithm described in the on-demand bson design
Testing Requirements
- Implement the test plan from the on-demand design
Documentation Requirements
- Mark TS doc experimental
Follow Up Requirements
- None