Here's my sample code : for key,value in application_list.items(): where application_list is a JSON. I need this key and value, later outside of the scope of for loop like this:Here's my sample code : for key,value in applic
Here's my sample code : for key,value in application_list.items(): where application_list is a JSON. I need this key and value, later outside of the scope of for loop like this:Here's my sample code : for key,value in applic