|
|
|
| JSON Introductions |  |
|
| | Slide presentation: “Introduction to JSON (JavaScript Object Notation),” by Sang Shin (a Java technology architect at Sun Microsystems). Discusses what JSON is, JSON vs. XML, where JSON is used, JSON data structure (JSON object and JSON text), security, JSON and Java technology, JSON tools, and sending and receiving JSON data (for both client and server sides). | http://www.javapassion.com/ajax/JSON.pdf
|
| |
|
| | Article: “An Introduction to JavaScript Object Notation (JSON) in JavaScript and .NET,” by Atif Aziz and Scott Mitchell. Discusses the JSON standard, JSON’s relationship to JavaScript, how JSON compares to XML, understanding the literal notation in JavaScript, JavaScript literals to JSON, the JSON date and time string, creating and parsing JSON messages with JavaScript, working with JSON in the .NET framework, parsing JSON text and using JSON in ASP.NET. | http://msdn2.microsoft.com/en-us/library/bb299886.aspx
|
| |
|
| | Article: “Introducing JSON,” by Bilal Haidar. Discusses XML vs. JSON, what JSON is, JSON data types, objects, arrays, properties, how to generate JSON on a server, and how to consume JSON on a client. A demo includes an AJAX/JSON web application. | http://aspalliance.com/1168_Introducing_JSON
|
|
| | Article: “Understanding JSON: The Three Minute Lesson,” by Leon Bambrick (secretGeek). Discusses what JSON stands for and what it means, squiggly brackets (containers), square brackets (arrays), use of colons and commas, why JSON is like XML, why JSON isn’t like XML, what’s good about using JSON, JSON vs. XML; JavaScript maintenance, sharing and reuse, and JSON and the client/server. | http://secretgeek.net/json_3mins.asp
|
|
|
| |
 |
|
|
|
|