Relative Content

Tag Archive for c#jsonasp.net-core.net-core

ASP Core deserialise JSON to derived classes

I’ve got a frontend application which is producing a JSON object (lets call it a RuleGroup). Each RuleGroup contains a list of either subgroups or nodes. Below is a rough example of what this may look like