AJAX Home
TutorialsJSON and the Golden Fleece
Author: techno Category: Tutorials Add CommentjavaScript Object Notation (JSON) is a clever, AJaXian way of representing data for use in a web browser that supports the JavaScript programming language.
Read Article Sponsored Links
Related Articles
• 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. Compared to XML, JSON is lighter and will work faster compa ...
• JSON vs XML JSON and XML are the two programs that have been lovingly adapted to JavaScript to create Rich Internet Applications. JSON stands for JavaScript Object Notation. Considered as the subset of JavaScript, the “application” has been launched in 1999 and since then it has slowly created a buz ...
• Speeding Up AJAX with JSON Over Developer.com Sean Kelly has written an nice article on Speeding up Ajax with JSON, He introduced JSON concept to users and its comparison with similar XML structure etc.In AJAX, the JavaScript on the page sends requests to a Web server for data while the user's viewing and interacting wit ...
• Preloading Data with Ajax and JSON Web applications have made huge leaps and bounds in improving user experience thanks to a lot of recently developed fancy-pants technology. In an effort to help you take it up a notch, we’d like to share a method for helping your site anticipate a user’s next m ...
• Live Data with JSON & Prototype.js We will be building a live data viewer similar to that of Digg.com’s Digg Spy. We will be using the Prototype.js library as well as the Script.aculo.us library. This type of feature is great if you have a lot of user interaction with your site and want to see what is happening in real t ...
• Json.NET: Library to help with .NET - JS communication James Newton-King has released a new library Json.NET that aims to provide JSON .NET API for simply and safely reading and writing valid JSON text. At the core of Json.NET, similar to the .NET XML APIs, are two classes: JsonReader and JsonWriter. Also like XML in .NET, Json.NET includes a JsonSerial ...
• Using Dojo and JSON to Build Ajax Applications In this article, I will show how to build Ajax-enabled applications using Dojo and JSON--two very different but complementary technologies that can significantly enhance the interface and usability of web applicati ...
• JSON and the Dynamic Script Tag: Easy, XML-less Web Services for JavaScript Making requests to third-party web services from an AJAX application is a pain, but new web services that offer the option of returning JSON (JavaScript Object Notation) instead of XML can provide significant relief. In fact, if you make web services requests using the dynamic script tag approach -- ...
• JSON AJAX Web Chat This tutorial teachs you how to create an AJAX Driven Web Chat using JSON (JavaScript Object Notation) as the data exchange format. Easy to follow and includes source c ...
• New release of PAJAJ: PHP Asynchronous Javascript and JSON New release of PAJAJ out on Freshmeat. Check it out, it even includes a nice PHP Google Maps interface tag. Hehehhehehe.
PAJAJ Information
Methodology
What is the PAJAJ framework, it stands for (PHP Asynchronous Javascript
and JSON). It is a object oriented Ajax framework written in PHP ...