Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 590 Bytes

.NET

JsonConverterWebApiDemo

Using custom JsonConverter to return derived types in api response

In this repo, i m using a custom JsonConverter in order to return multiple derived types in web api response.

Tools : net 8.0, system.text.json, mediatr, automapper, fluent-validation, xunit