Missing values skip

Basically, I am working with API data, a JSON response. The "path" I am looking for sometimes exists, sometimes doesn't.

When the JSON data is returned, I want to look and see if it exists, if it doesn't, I want to skip that entry. I feel as though it should be easier than this, but I have resorted to using conditional for each of the entries basically. However, "empty" and "null" (I've used both) are unable to detect when something is missing entirely. I see the discussion of using get, however, this is not an object. I simply want to pull text from a JSON response and place it into a table at the specified location. Feel like this should not be this difficult. What am I missing?

1 reply