>All Tutorials 
Ajax and .NET Ajax and .NET RSS XML
Ajax and ColdFusion Ajax and ColdFusion RSS XML
Ajax and Java Ajax and Java RSS XML
Ajax and PHP Ajax and PHP RSS XML
Ajax and SOA Ajax and SOA RSS XML
Ajax Goodies Ajax Goodies RSS XML
Ajax Tool Ajax Tool RSS XML
Facebook MockAjax Facebook MockAjax RSS XML
Google Web Toolkit Google Web Toolkit RSS XML
JavaScript Framework JavaScript Framework RSS XML
Ruby on Rails Ruby on Rails RSS XML
Technique Introduction Technique Introduction RSS XML
Without XMLHttpRequest Without XMLHttpRequest RSS XML
Yahoo! UI Yahoo! UI RSS XML

JSON Without Fear: A Quick Introduction - json ajax code web article form articles browser

 
Registered tutorials: 501
Registered Users: 33126



Rating: 0 out of 0 votes cast


  
Category: JavaScript Framework

JSON Without Fear: A Quick Introduction

Digg this   Post to del.icio.us

Abstract: AJAX and JSON are the buzz words in web 2.0 nowsadays. The revolutionary nature of AJAX is to enable webpages to communicate with the server without refreshing the browser. This score points in usability because the user need not wait to see new content.

JSON is often pronounced as “JASON”. It stands for Javascript Object Notation and is a light weight way to describe hierarchical data. A lot of information on JSON can be found in the wikipedia and json.org. I often find the best way to learn is through examples. For the sake of simplicity, I will use one of the example found in wikipedia for explaination.

This is a typical JSON code returned from the server:

{
    "firstName": "John",
    "lastName": "Smith",
    "address": {
        "city": "New York, NY",
        "zipCode": 10021,
        "street": "21 2nd Street"
    },
    "phoneNumbers": [
        "212 732-1234",
        "646 123-4567"
    ]
}


Read Full Tutorial...



Reviews:

Rate and Review This Site

No reviews yet


Statistic Information About this Resource:


Total Hits: 54
Unique Hits: 49


  Daily Weekly Monthly
  Unique Total Unique Total Unique Total
Average 0 0 0.2 0.2 1.2 1.3
Current 0 0 0 0 0 0
Previous 0 0 0 0 1 1
Nov 29 0 0 1 1 1 1
Nov 28 0 0 0 0 0 0
Nov 27 0 0 0 0 2 2
Nov 26 0 0 0 0 0 0
Nov 25 0 0 0 0 4 5
Nov 24 0 0 0 0 0 0
Nov 23 0 0 0 0 1 1
Nov 22 0 0 1 1 3 3
Highest 2 3 4 4 6 7


Script Execution Time: 17.10208 | SQL Queries: 10 | Members: 501
Ajax Tutorial Top List - Powered by Aardvark Topsites PHP 5.1.2