jsonp
Description: The jsonp representation is provided to solve the cross-domain access problem of ajax clients. The response is a javascript callback function, with the name set by the client and the parameter being a json string, which is the json representation of the resource. Get jsonp representation:
|