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
How do we handle concurrent ajax requests?
Is the server or the client in control in ajax?
Can I use ajax with seam?
How to control how long an ajax request may last?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev
Why do we use the updateprogress control in ajax? : asp.net ajax
What are asp.net ajax 4.0 validation controls?
How can you debug asp.net ajax applications?
what is xmlhttprequest?
Are there usability issues with ajax?
Describe the accordionextender control?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
Is it true that ajax is code browser compatible?
What are the types of send() method used for xmlhttprequest?
Should I use an http get or post for my ajax calls?