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
I did a little digging into this. For .NET 3.5/4.0 and .NET Standard 1.6 using System.Text.Json is not an option. However with a bit of conditional code it would be pretty easy and straightforward to switch .NET Standard 2.0 to System.Text.Json. Would you be open to me putting up a PR to make the change?
Not a big deal, we are trying to move away from Newtonsoft in general and this NuGet is one of the big sources of it getting pulled in for us. I will try and get a PR up in the next month or so, I just didn't want to do the work if it wouldn't get accepted.
Description
In general it seems most major libraries are moving way from Newtonsoft to System.Text.Json. It would be good to see this library do the same.
Benefits
System.Text.Json seems to be the future of JSON parsing in .NET and is faster than Newtonsoft.
Detail
No response
Examples
No response
Risks/Downsides
No response
The text was updated successfully, but these errors were encountered: