I have the above Json response in my VBA code.
I want to count the number of “dangerous” items within defects within motTests.
I have tried Json(“motTests”)(2)(“defects”).count but the result is 3 which is the number if items within “defects” how can I count the number of occurences of “dangerous” within “defects” . hope this makes sense and any help appreciated. Thanks