Skip to content

Using custom JsonConverter to return derived types in api response

License

Notifications You must be signed in to change notification settings

aimenux/JsonConverterWebApiDemo

Repository files navigation

.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