Access Dictionary element inside the list in RobotFramework display error list object has no attribute
问题 Here is program code, I have one json file code.json which structure is like this : [ {key:value}, {key:value} ] When I convert list element into dictionary , it throws error *** Settings *** Library JSONLibrary Library OperatingSystem Library unicodelist.py Library Collections *** Test Cases *** test json data1 ${json_obj}= Get file code.json ${getfile}= evaluate json.loads('''${json_obj}''') json #getfile contain json of list with dictionary ${obj}= Convert To List ${getfile} log to console