-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: EJSON
ShtibsDev has created PR #853: feat(EJSON): Add ignoreUndefined option to EJSON serialization in js-bson
User Experience
As an EJSON user,
I want to use `ignoreUndefined` when serializing and stringifying EJSON,
So that I do not need to manually remove fields from documents before serializing.
As a BSON maintainer,
I'd like to support ignoreUndefined in EJSON,
So that EJSON and serialize() have feature parity for this API.