-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a parseToElements user
I want access to the method BSON uses to decode stirngs
So that I can decode BSON strings without rewriting the performant optimizations made by the BSON library
User Impact
- New experimental API not intended for external use
Dependencies
- None
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Export toUTF8 from the BSON library
- Additionally export other byte utils to get the driver PoC off the ground
Testing Requirements
- Existing tests
- Confirm the API is accessible externally
Documentation Requirements
- None
Follow Up Requirements
- None