An open API service indexing awesome lists of open source software.

https://github.com/dcyuksel/customjsonconverter

Custom Json Converter with System.Text.Json
https://github.com/dcyuksel/customjsonconverter

custom-json-serializer deserialization dotnet json serilization system-text-json

Last synced: about 2 months ago
JSON representation

Custom Json Converter with System.Text.Json

Awesome Lists containing this project

README

          

# 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.