I'm using The Echo Nest API to find similar artists. The response looks like:
{"response": {"status": {"version": "4.2", "code": 0, "message": "Success"}, "artists": [{"name": "Audio Adrenaline", "id": "ARGEZ5E1187FB56F38"}, {"name": "Tree63", "id": "ARWKO2O1187B9B5FA7"}]}}
How can I take the artists it results and put them into an array? So I can then echo them later like:
echo $artist[0];