$useJsonp public property
Whether to use JSONP response format. When this is true, the response data must be an array consisting of data
and callback
members. The latter should be a JavaScript function name while the former will be passed to this function as a parameter.
Please login to continue.