Derived classes with System.Text.Json
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
All technologies, only pure source code
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
In this new post, I explain how to validate a JSON result with Postman from your APIs using JavaScript with few lines of code. Full code here