JsonIgnore not hiding class property
Was helping a co-worker determine why a class property was being rendered even though the JsonIgnore attribute was added to that data member.
The request model inherits from a base class which has the properties we want to ignore defined:
public clas...
wind010.hashnode.dev2 min read