Has anyone verified that the jss api returns jsonp for a cross-domain, browser-based ajax request?
I can return json objects from the api with a REST client, but no matter what I try, I can't get a javascript ajax request to return anything other than xml.
If anyone has this working, would you mind sharing the bit of your .ajax() or XMLHttpRequest() or whatever you are using that is enabling jsonp?