I'm working on manipulating data from a program, and I came across this data format, but I can't figure out how to parse it.
response="0",num=3,list=[
{type="url1",url="http://www.xxx1.com"},
{type="url2",url="http://www.xxx2.com"},
{type="url3",url="http://www.xxx3.com"}
],type="LIST", id=1
Does anyone have any suggestions?
Thanks!