You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, IgnoreEmptyCollectionsModifier is automatically attached to the JsonSerializerOptions to strip out empty collections. This should be configurable through some kind of toggle.
The text was updated successfully, but these errors were encountered:
warriordog
changed the title
ASTypeConverter: expose option to toggle "ignore when empty" behavior
JsonLdSerializer: expose option to toggle "ignore when empty" behavior
Aug 11, 2023
Currently,
IgnoreEmptyCollectionsModifier
is automatically attached to theJsonSerializerOptions
to strip out empty collections. This should be configurable through some kind of toggle.The text was updated successfully, but these errors were encountered: