I am working the myWOT API response code. What I get from their server seems to be an Object, rather then an Array.
What I want to get is: 83 - 86 - 88 - 86
How can I get there?
PHP Code:
string(106) "{ "foxnews.com":
{ "target": "foxnews.com",
"0": [ 83, 57 ],
"1": [ 86, 61 ],
"2": [ 88, 65 ],
"4": [ 86, 62 ]
}
}"
Update: I didn't solve object issue at all, but found out the myWOT also has a XML output which makes things much easier.