Hello all,
I’m trying to return a specific portion of JSON data. When I deserialize the file and set up the necessary variables, I can return the policy id and the policy number with a write line command with the following statement
json_deserialized_test.GetValue(“PolicyId”).ToString
However I need to return the ActionType and it’s throwing an exception stating object reference not set to instance of an object. Here is the json data