Wednesday, September 24, 2008

Is JSON Fast and Reliable?

JSON produces smaller documents, and JSON is certainly easier to use in JavaScript. XMLHttpRequest parses XML documents for you whereas you have to manually parse JSON, but is parsing JSON slower than parsing XML?


When it comes to making AJAX behave like a desktop application, speed is everything, and clearly, , JSON is a winner..


Test in your browser -Benchmarking AJAX - JSON vs XML.

No comments: