vc-platform
vc-platform copied to clipboard
Add an option to use System.Text.Json instead of NewtonsoftJson
I'm wondering if there is currently any particular reason the platform uses NewtonsoftJson instead of the now-default System.Text.Json for ASP.NET MVC? Are there any particular customizations that would be difficult to pull of with System.Text.Json. PolymorphJsonContractResolver
maybe?
I think it would be beneficial to allow VC instances to optionally use the default serializer. This has a number of advantages: