Quantcast
Channel: Manipulating data from a JSON feed to display it - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Landon for Manipulating data from a JSON feed to display it

The best way to figure this out is to iteratively do print_r's:print_r($obj)//prints what you see aboveprint_r($obj['Group']//prints the Group Objectprint_r($obj['Group'][0])//prints first element in...

View Article



Manipulating data from a JSON feed to display it

{"Group": [ {"name": "HolderOne","operators": [ {"username": "ken","status": 3 }, .....etc.....The JSON feed I am attempting to manipulate has to format above.I wish to be able to display username and...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images