warriordog / ActivityPubSharp

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

Refactor ASTypeConverter #65

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

Its getting too bloated and should be split up. Consider making it modular and allowing our own version of custom converters (working with JsonNode / JsonElement directly for performance)

warriordog commented 1 year ago

this was completed with project 1