Answer:
One of the most common use of JSON is to fetch JSON data from a web server (as a file or as an HttpRequest), convert the JSON data to a JavaScript object, and then it uses the data in a web page.
Previous Question | Next Question |
Explain Syntax of JSON? | What is JSON Parser? |