Answer Posted / abid
JSON is data format used in the transmission of data. It's
used primarily in Javascript AJAX calls.
JSON's structure is simply bracketed name:value pairs.
Because of it's compact nature and simplicity it's a better
structure for the transmission of relatively small datasets
and things that can be grouped into name:value pairs.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the predominant distinction between javascript and j-query?
Which request is better with ajax, get or post?
Is the server or the client in control in ajax?
What are different readystate in ajax?
Is ajax an api?
Is there any use abilities problems in ajax?
What are the real web applications of ajax currently running in the market?
Why do you use ajax?
What are the tools for debugging ajax applications?
Explain the limitations of ajax? : asp.net ajax
Is ajax a technology platform or is it an architectural style?
Where should I start?
Describe how to handle concurrent ajax requests?
When should I use a java applet instead of ajax?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?