Configure JsonSerializer To Allow case insensitive in the JSON | C# JSON Deserialization Tip #2

preview_player
Показать описание
Tip #2 is about preparing JsonSerializer for case insensitive. Because JSonSerilizer does an equal check on the property names. If it is not equal then you'll pass this option otherwise you get an empty output.

Additional Info:
____________________________________________

____________________________________________

#csharp #dotnet #coding #programming
Рекомендации по теме
Комментарии
Автор

Thank you for this valuable video! Is it possible to configure this on Startup/Program.cs? To not add this snippet in every Deserialize operation?

bravedeveloper