When not to use JSON?

Answers were Sorted based on User's Feedback



When not to use JSON?..

Answer / salil

We use JSON mostly when data exchange to our own server.

We should avoid using JSON when exchanging data from partner
sites. As JSON may contain some malicious script. XML would
be a better option here.

Is This Answer Correct ?    25 Yes 7 No

When not to use JSON?..

Answer / 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

When not to use JSON?..

Answer / mohammad tareque

When ever you want to send data in array format, then only you
should use JSON.

Is This Answer Correct ?    5 Yes 15 No

Post New Answer

More AJAX Interview Questions

What are the real web applications of ajax currently running in the market?

0 Answers  


Are there any frameworks available to help speedup development with ajax?

0 Answers  


We used asynchronous server communication for a long time, what new thing is ajax bringing?

0 Answers  


What are the types of send() method used for xmlhttprequest?

0 Answers  


What are the requirements to run asp.net ajax applications on a server? : asp.net ajax

0 Answers  






Is it possible to upload a file using Ajax ? Reason

7 Answers   IBM,


Is ajax a technology platform or is it an architectural style?

0 Answers  


How to handel error in ajax?

0 Answers  


How can you find out that an ajax request has been completed? : asp.net ajax

0 Answers  


How can you find out that an AJAX request has been completed?

1 Answers  


How to create an ajax website using visual studio?

0 Answers  


Diff b/w javascript and jquery

2 Answers   Hoch Technologies,


Categories