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
Both Newtonsoft.Json and System.Text.Json support value converters. We could get rid of our custom implementation based on the IPropertyValueConverter. It would be one thing less to learn for the consumers of our SDK + we'd reduce the codebase.
Blocked by: #215
Motivation
Both
Newtonsoft.Json
andSystem.Text.Json
support value converters. We could get rid of our custom implementation based on theIPropertyValueConverter
. It would be one thing less to learn for the consumers of our SDK + we'd reduce the codebase.Newtonsoft.Json
System.Text.Json
The text was updated successfully, but these errors were encountered: