what is json?why we use json?
technology
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek KumarPosted Oct 27, 2014, 1:39 AM
what is JSON
Json Uses:
Rajthilak SPosted Oct 27, 2014, 1:34 AM
JSON is a syntax for storing and exchanging data.
JSON is an easier to use alternative to XML
JSON data is written as name/value pairs.
A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:
"firstName":"John"
Just follow this basic tutorial.
http://www.w3schools.com/json/default.asp
JSON vs XML: How JSON Is Superior To XML
check below link.
http://www.sitepoint.com/json-vs-xml/
Ramesh MaruthiPosted Oct 26, 2014, 5:55 PM
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language. once look at this link :
http://stackoverflow.com/questions/383692/what-is-json-and-why-would-i-use-it