Enhancing JSON Security More and more Ajax developers are choosing JSON for their data transfer instead of XML. Although XML has been the pillar of Ajax (X is for XML), JSON has become the choice of most developers because it was particularly built for JavaScript. in Public bookmarkswith ajaxjson
JSON JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). in Public bookmarkswith ajaxjson
JSON AJAX Web Chat What is JSON? JSON stands for JavaScript Object Notation and is basically a lightweight way of describing hierarchical data. Since it is so lightweight, it makes it an ideal candidate for AJAX applications. So what does JSON look like. in Public bookmarkswith ajaxchatjson
JSON quick start JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.” in Public bookmarkswith ajaxjson
Persistent JSON Try out the JSPON browser, learn more about JSPON, and view some examples within this persisted object graph. in Public bookmarkswith ajaxjson
Re-Securing JSON John Resig posts about security issues in JavaScript. He writes «For example, here's an exploit that works in Firefox 2, Opera 9, and Safari 3. in Public bookmarkswith ajaxjson
Speeding Up AJAX with JSON When Microsoft added the ActiveX XMLHTTP object to Internet Explorer’s implementation of JavaScript, the company planted the seed for the revolution in Web applications known as Asynchronous JavaScript and XML, or AJAX. in Public bookmarkswith ajaxjsonprogramming