Json error when parsing json file
{
'squadName': 'Super hero squad',
'homeTown': 'Metro City',
'formed': 2016,
'secretBase': 'Super tower',
'active': true
}When I try to import it using External API Request I've got exception:
Exception: Unable to locate var: json.response.result.homeTown
My steps:
1. https://groster.me/webhook/heros1.json
: return as json
2. Create Variable
: var:json.response.result.homeTown as var_1
http://joxi.ru/v29jxWIZMPZyAG - screenshot of error
I suppose it is a bug, right? If not, how to correct the code?
Other
8 replies