hi, i use a webhook containing which returns i.e
{ "status": "ok", "37.60.48.2": { "proxy": "no", "type": "Business" }}
In the next step i would like to access values like “proxy” etc.. Unfortunately i am not able to access this values in further steps as the object name is different each call. I.e the accessor see below will not work for the next call. Any ideas how to general access first object of a json object.
3. Status:ok
3. 37.60.48.2 proxy:yes
Thank you.
Michael