Migrate from Newtonsoft.Json to System.Text.Json #6135
dfaruque
started this conversation in
Serenity Ideas
Replies: 1 comment 2 replies
-
Because of JSON customization which doesn't have support by System.Text.Json. Like JsonRowConverter and JsonSafeCriteriaConverter etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why we strict to
Newtonsoft.Json
where built in features are available. andSystem.Text.Json
claimed to be faster and secure thanNewtonsoft.Json
.A comparison of Newtonsoft.Json and System.Text.Json
Comparing the Performance of System.Text.Json and Newtonsoft.Json in .NET Core
How to migrate from Newtonsoft.Json to System.Text.Json
I am just wondering and sharing my thoughts and want to know your thoughts on this.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions