what is JSONP?
Answer / Situ Singh
JSONP (JSON with Padding) is a technique for making web pages retrieve data from a server in a manner similar to the JSON-P AJAX technique, but without requiring any specific cross-domain communication support. Instead of using a traditional XMLHttpRequest or fetch call, JSONP relies on a script tag that calls a function with a JSON response as an argument. This allows for bypassing same-origin policy restrictions and enabling cross-domain data exchange.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain JSON Arrays?
Is json rest or soap?
What is serialization and deserialization in json?
What does object.create do?
What is the name of android class do we need to use to build up an json object?
What does $.parsejson() do ?
What are different ways to create objects?
Do you know json tools for java developer/
Explain Syntax of JSON using JavaScript?
What is json syntax?
Why json format is better than xml?
What is serialization of an object?