Quantcast
Channel: PHP decode strange json-feed - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Chris A for PHP decode strange json-feed

json_decode returns an object, so you need to treat it slightly different than a plain array.$data = json_decode($result);$items = $data->{'value'}->{'items'};$GUID = array();foreach($items as...

View Article



PHP decode strange json-feed

I have a json-feed that looks like this that I need to decode using cURL."count":836,"value":{"title":"AW-rss","description":"Pipes...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images