Mapping jsonp results
I created 2 versions of a project, both of which access an external domain.
One uses json requests and works fine on the desktop (Chrome, FF). I created another one which uses JSONP since it doesn't work on the iPhone/iPad even though I've added the code header('Access-Control-Allow-Origin: *');
Since jsonp is not plain json, how do I handle the output when it comes to mapping the results of a JSONP request?