eric bonito
✅ Json Validation and Populating with Nulls if Missing
Hi I am trying to validate an input json against a C# object model. There are instances where sometimes nested properties are not a part of this input json and I'd been asked to ensure the json has the correct structure and populate missing props with nulls as values. Anyone encounter something like this before?
24 replies