Move to System.Text.Json? #900
russellwebster
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone considered migrating this project to System.Text.Json? Or, at least, making JSON.NET optional?
STJ is not only built into .NET these days, it's also much more performant.
It's frustrating to have to bring in a dependency on an external de/serialisation library when there's a perfectly good one built in to .NET.
Beta Was this translation helpful? Give feedback.
All reactions