» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase json? The contents of json page and all pages directly attached to json will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
json

json

Tags Applied to json

1 person has tagged this page:

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.

Example of using JSON in JavaScript:


var object = {};
var serializedObject = '{"helloworld" : "hi"}'; //json string

//set an object from a json serialized object
function deserializeObject
{
    object = eval("(" + serializedObject + ")");
}

function serializeObject
{
    return object.toSource(); //It wont work in IE.
} 

sorted by: recent | see : popular
Content Tagged json

JSON Diff

json: del.icio.us/tag/json

RESTful API Specification - OpenSocial - Google Code

The RESTful API serves as a common protocol understood by all OpenSocial 0.8-compliant clients and servers. It replaces the November 2007 OpenSocial Data API proposal

json: del.icio.us/tag/json

Page 1 | Next >>
Username:
Password:
(or Cancel)