eric bonito
eric bonito
CC#
Created by eric bonito on 8/21/2024 in #help
✅ 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
CC#
Created by eric bonito on 1/3/2024 in #help
Hi is it possible to allow parametersArray to contain an instance variable?
I am trying to access a method in a way that is dynamic. The method has byRef variables. Is this feasible?
methodInfo.Invoke(currentObject, parametersArray)
methodInfo.Invoke(currentObject, parametersArray)
3 replies
CC#
Created by eric bonito on 7/28/2023 in #help
❔ Polyglot simple message
9 replies