I don't know how to parse the value from response. I need to get a value according to key and values in individual strings but couldn't make it work
here my sample code
[
{"columns":
["campName","page_visits","filter_types","searchUrl","pageNo"],
"values":[["kk","2","All","https://www.google.com/search/results/people/?keywords=kk&origin=SWITCH_SEARCH_VERTICAL",1]]}]
I want campName,page_visits,filter_types,searchUrl,pageNo values to be stored as a string in javascript