How do I set default JSON Serializer in MAUI? #20260
Unanswered
Take-A-Byte
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the limitations of Microsoft.Text.Json, I want to set the default JSON serializer to Newtonsoft. Is there a way to achieve this?
From my research, I found that it is possible in ASP.NET. - https://stackoverflow.com/questions/42290811/how-to-use-newtonsoft-json-as-default-in-asp-net-core-web-api
Beta Was this translation helpful? Give feedback.
All reactions