Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 benefits of ajax?

0 Answers  


What is the asp.net ajax framework? What versions have been released so far?

0 Answers  


What is the difference between synchronous and asynchronous requests?

0 Answers  


What are the extender controls?

1 Answers  


Diff b/w javascript and jquery

2 Answers   Hoch Technologies,


What are the different ways to pass parameters to the server? : asp.net ajax

0 Answers  


What is the difference between javascript and ajax?

0 Answers  


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

0 Answers   Hoch Technologies,


What are the advantages and disadvantages of ajax?

0 Answers  


Which are the two methods used for cross domain Ajax calls?

1 Answers  


How to control how long an ajax request may last?

0 Answers  


Is the server or the client in control?

0 Answers  


Categories