Fixed
Details
Details
Assignee
Peter Ansell
Peter AnsellReporter
Jeen Broekstra
Jeen BroekstraComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created May 30, 2012 at 9:07 PM
Updated January 18, 2015 at 11:01 PM
Resolved March 20, 2013 at 12:49 AM
JSONP (http://en.wikipedia.org/wiki/JSONP) is an extension of JSON to support callback functions, allowing Javascript/JQuery clients to do cross-domain Ajax calls. See http://stackoverflow.com/questions/10784271/load-srj-files-with-jquerys-ajax-or-getjson. To support this, we should read the optional 'callback' parameter whenever a JSON-formatted result is request, and pad the JSON-serialized query result with the callback function.