I am not getting the correct info while extracting some particular key value from nested json. please help in correcting the code
I want to extract the task name and config corresponding to each task into new variable. The code that I have shared is not giving me the desired output. Although it is extracting some info but it is not able to extract all the required details. Here is the json: old = { "tasks": [… Read More I am not getting the correct info while extracting some particular key value from nested json. please help in correcting the code