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

How we can send more values through the response text?

0 Answers  


Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?

0 Answers  


What are the protocols and forms in ajax?

0 Answers  


What are the benefits of ajax?

0 Answers  


What browsers does html_ajax work with?

0 Answers  






What is an ajax request?

0 Answers  


Which request is better, Get or Post?

1 Answers  


What are the differences between ajax and javascript?

0 Answers  


Is adaptive path selling ajax components or trademarking the name? Where can I download it?

0 Answers  


What do I need to know to create my own ajax functionality?

0 Answers  


Describe the process and benefits of using the always visible control extender?

0 Answers  


Would we be able to call server-side code from javascript?

0 Answers  


Categories