Instead of {{working.webapi.body}} === "[]"
I’ve tried these things (I’m 99% sure):
{{working.webapi.body}} === null
{{working.webapi.body}} === "null"
{{working.webapi.body}} === 0
{{working.webapi.body}} === []
{{working.webapi.body}} == null
{{working.webapi.body}} == "null"
{{working.webapi.body}} == 0
{{working.webapi.body}} == []
{{working.webapi.body.count}} === 0
{{working.webapi.body.count}} == 0
How to do a conditional based on this: ?
"body" : [] 0 items