0 votes
in JSON by
What is JSONP?

1 Answer

0 votes
by

JSONP stands for JSON with Padding. JSONP is a method for sending JSON data without worrying about cross-domain issues. JSONP does not use the XMLHttpRequest object. JSONP uses the <script> tag instead.

...