|
|
|
| JSON Articles |  |
|
| | Article: “JSON for the Masses,” by Dustin Diaz. Discusses reasons for JSON, what object notation in JavaScript is, naming, values, organization, a typical common.js file, scoping, functional programming and an object template. | http://www.dustindiaz.com/json-for-the-masses/
|
|
| | Article: “Using Dojo and JSON to Build AJAX Applications,” by Zarar Siddiqi. Discusses how to build AJAX-enabled web applications using Dojo (an open source JavaScript toolkit) and JSON, what Dojo is, what JSON is, a simple HTTP request, using JSON to transport Java objects, the transferring and handling of JSON-encoded data, what a Dojo widget is, widget components, accessing user interface elements and programming a widget. | http://today.java.net/pub/a/today/2006/04/27/building-ajax-with-dojo-and-json.html
|
| |
| |
|
| | Article: “Dynamic Webpages with JSON,” by Ajay Raina and John Jimenez. Discusses building mashup applications with JSON, adding asynchronous features to web pages, Web 2.0, AJAX, cross-domain issues with AJAX, name/value pairs, ordered lists of values, cross-domain issues of JSON and server-side extensions. | http://www.javaworld.com/javaworld/jw-11-2006/jw-1115-json.html
|
|
| | Article: “Quick Guide to Somewhat Advanced Tour of Some OO Features,” by Sergio Pereira. Discusses JSON, functions, arrays, items, object members, classes and functions as arguments. Examples are provided in sample code. | http://www.sergiopereira.com/articles/advjs.html
|
|
| | Article: “Using JSON with Google Data APIs,” from the Google Data APIs Developers Guide. Discusses how to request JSON output from services that support Google data APIs, how to use JSON in applications, JSON feeds, XML feeds, requesting and using JSON feds, JSON output and JSON-in-script output. | http://code.google.com/apis/gdata/json.html
|
|
| | Article: “JSON Support for Apache Axis2,” by Isuru Suriarachchi. Discusses what JSON is, JSON support for Axis2, architecture of JSON support implementation in Axis2, how to use JSON in Axis2, the JSON integration test, and a Yahoo/JSON sample. | http://wso2.org/node/768/print
|
| |
|
| | Article: “JSON pros and Cons,” by Alexander Ananiev. Information is presented in chart format and discusses what JSON is, compares JSON to XML, lists JSON’s strengths including serializing and de-serializing JavaScript objects, browser support, its concise format, supported by AJAX toolkits and JavaScript libraries, it’s a simple API; JSON’s weaknesses including no formal grammar support, poor extensibility, limited development tool support, narrow focus and no web services support. | http://myarch.com/json-pros-and-cons
|
| |
|
|
| |
 |
|
|
|
|