What are the differences between JSON and JSONP?
JSONP is JSON with padding. That is, you put a string at the beginning and a pair of parentheses around it. For example: The result is that you can load the JSON as a script file. If you previously set up a function called func, then that function will be called with one argument, which … Read more