Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 362 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 362 Bytes

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.