When not to use JSON?

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


Please Help Members By Posting Answers For Below Questions

How does an ajax call work?

554


Can you list some examples of ajax-based applications?

573


What are limitations of ajax?

543


What are the different ready states of a request in ajax?

552


Why do we use the xmlhttprequest object in ajax?

557






Is the server or the client in control in ajax?

523


Can I use asp.net ajax with any other technology apart from asp.net?

525


Which request is better with ajax, get or post?

502


Easy trough that the classical web applications are harder to make than ajax applications?

508


Does ajax have the same meaning as xmlhttprequest?

557


How do I provide internationalized ajax interactions?

502


What are the common ajax frameworks?

543


Do I really need to learn javascript before ajax?

486


How do I submit a form or a part of a form without a page refresh?

537


What's the difference in HTML AJAX, ASP.Net AJAX?

2028