When not to use JSON?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
When do I use a synchronous versus a asynchronous request?
What are ajax limitations?
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 development? Can ajax applications be made to work for users who have javascript turned off?
Did adaptive path invent ajax? Did google? Did adaptive path help build google's ajax applications?
What are the goals of Ajax?
Brief about ajax?
What parts of the html_ajax api are stable?
how long it will take to come the interview result of infosys?
Why does html_ajax hang on some server installs?
Is it true that the ajax application are much better than the classical internet applications?
When do I use a synchronous versus asynchronous request?
How can we handle concurrent requests?