Skip to content

dcyuksel/CustomJsonConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomJsonConverter

Custom Json Converter with System.Text.Json

When working with JSON in .NET, we often serialize our models using the standard serializer. However, there are times when we need to customize the serialization to meet specific client requirements while keeping our models clean and simple. This is where custom JSON converters come in handy.