Json parse value from a json list

Hello, i want to iterate trough this json list :
{
“url”: [“url1”, “url2”, “url3”]
}
by using deserialize json , can u help ?

Please use the following activity to de-serialize the JSON -

Regards,
Karthik Byggari

please refer this as well…

hello, i used deserialize json , but i could’nt iterate trought urls, it works only if i use this format :
{
“url”: [ “var 1” : “url1”,“var 2”: “url2”,“var3”: “url3”]
}
assign url1=json(“url1”)(“var1”) …