What is use of JSON? [Resolved]

Posted by Amatya under XML on 2/12/2016 | Points: 10 | Views : 1873 | Status : [Member] | Replies : 1
I have never used JSON .. so can anyone give the basic demo of using JSOn ? Where it is used ? What are the benefits over XML?

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks



Responses

Posted by: Sheonarayan on: 2/12/2016 [Administrator] HonoraryPlatinum | Points: 50

Up
0
Down

Resolved
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write and also easy for machines to parse and generate. The benefit over XML is that JSON format is understood by JavaScript.

Read more about JSON at http://techfunda.com/howto/398/getjson-load-json-data-from-server

For sample JSON data click http://techfunda.com/howto/546/sample-json-data.

To fire a JSON request using jQuery, read this http://techfunda.com/howto/398/getjson-load-json-data-from-server.

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response