C# JSON Deserialization Tip #3



C# JSON Deserialization Tip #3

C# JSON Deserialization Tip #3

Tip #3 is about what if the property names are camel cases. Well, JsonSerializer has an option for that as well.

Additional Info:
____________________________________________

For the full video see “From JSON to Object | Get to Know the Best C# Deserializer | HINT: It’s not NewtonSoft.JSON” via https://youtu.be/NdpDkJy6M0s

For the full written article see “The Best C# Deserializer To Convert JSON To An Object: https://puzzledbycsharp.com/json/the-best-csharp-deserializer-to-convert-json-to-an-object/

____________________________________________

► There is a variety of how-to articles, code snippets,, which cover a variety of topics. https://puzzledbycsharp.com/

#csharp #dotnet #coding #programming