importjson# open the file and read the contents
withopen('samples\\scripts\\analyze.py',encoding='utf-8')asf:data=json.load(f)# access the data
# print(data['codeblocks'][0])
foriindata['actions']:ifi['name']=="ShiftAllDirections":print(i['icon']['arguments'])