Json – interface/inherited class in paylaod + serialize/deserialize multiple model in one property
Let me introduce the problem, we have an API that accepts multiple values in one field, let's assume we can have a request model and inside there is a field named animal like: { // other properties "animal": { "type":"dog",…