I need to parse this JSON feed and set the values is prop variables to JS variables
{'propMap':{'pageName':'dsfdsf:dsfdsf:home','prop1':'dsfds:dsf','prop46':'OD','prop5':'/content','prop24':'A Taste Of Home','prop6':'1c4074ca-89bf-4d9f-8bd2-a5dc5f3ecf74','prop3':'Home','prop70':'OD','prop4':'show','prop71':'desktop','prop10':['xxx'],'prop11':['xxx'],'channel':'OD'}}
After i parse these values i have to set these values
like s.prop2= value in map and i don't want to do this statically for every variable would be nice if i can use the loop to do it. Can anybody please help.