-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
`fromjson` current understands UUIDs of the form:
{a: {$uuid: "..."}}
It'd be consistent to also recognize:
{a: UUID("...")}
This would offer parity with how other types can be parsed (e.g: ObjectId) as well as better round-tripping with shell output.