warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
46 stars 10 forks source link

JsonLdSerializer: expose option to toggle "ignore when empty" behavior #50

Open warriordog opened 1 year ago

warriordog commented 1 year ago

Currently, IgnoreEmptyCollectionsModifier is automatically attached to the JsonSerializerOptions to strip out empty collections. This should be configurable through some kind of toggle.