-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
Acceptance Criteria
Implementation Requirements
- if the bytes passed into either EJSON parse or BSON deserialize are Binary and have subtype 4 (BSON_BINARY_SUBTYPE_UUID_NEW) promote them to UUID
For example,
TBD
Testing Requirements
- input: ejson string subtype4 -> return UUID instance
- input: bson nytes with binary subtype 4 -> return UUID instance