Returning Null JSON Throwing Type Mismatch Error in VBA
Problem Description I'm currently running into a problem where the JSON that I am getting back has fields that are null. In the code below, I've figured out that most of the fields have an assignee, and down another level assignees have a displayName. I've also found out that some things do not have an assignee. When that happens ( and this would probably happen with other fields too, I'm just using this as an example ) it removes that additional heirarchy level, and the actual path ( also shown below ) would be changed. Question Is there an easy way to iterate over this response, and set