Any chance there are plans to include support for JSONP (padded JSON) for cross-domain reporting needs? I want to use myDBR reporting services to send report data to web services on a different domain using AJAX and JSONP. Currently myDBR offers JSON which doesn't solve the problem of cross-domain data transfers. jQuery has support for JSONP which pads JSON data and provides a way to use a callback function to retrieve data across domains.
Seems like this would be an easy functionality to add to myDBR.