I have A json file at a remote URL as follows.
http://example.com/stats?json=1&callback=serverInfo
I need to have:
"songtitle":"Live with the music station on the internet"
From the remote part.
I have a javascript file for songtitle. So i need the remote songtitle on:
var str = remotesongtitle;
Who can help me with this?
Many thanx!