I'm getting some unstructured objects and would like to check if o?myProp exists before extracting it?
Does this library allow me to do that somehow?
Currently, when accessing o?myProp, I'm getting:
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'System.Object' does not contain a definition for 'myProp'