Skip to Content


JSON

Related tags:

Links


xmlObjectifier library

http://www.terracoder.com/

Looking for a simple way to convert XML to JSON Object? xmlObjectifier is here to help. In just one method call your XML document is converted into a JavaScript Object and is ready for simple data browsing using a familiar dot notation. xmlObjectifier is written in client-side JavaScript in an object oriented manner to reduce processing overhead and to provide optimal compatibility across various browsers.
- JSON - jQuery - XML -

10 out of 10 stars

Added 105 days ago

Review It Bookmark It


JSON 101

http://webt.wordpress.com/2007/10/01/json/

JSON (JavaScript Object Notation) is a lightweight data-interchange format that's easy for humans to read and write; and easy for machines to parse and generate. In actuality, JSON is a text format that's completely language independent but uses conventions familiar to programmers within the C-family of languages. JSON can be used like XML to transfer information from one language to another, for instance PHP to Javascript. However, in this tutorial I will show how JSON can be used within Javascript to quickly create clean code.
- JSON -

Added 111 days ago

Review It Bookmark It


Mastering JSON (JavaScript Object Notation)

http://www.hunlock.com/blogs/Mastering_JSON_(_JavaScript_Object_Notation_)

Patrick Hunlock: Widely hailed as the successor to XML in the browser, JSON aspires to be nothing more than a simple, and elegant data format for the exchange of information between the browser and server; and in doing this simple task it will usher in the next version of the World Wide Web itself.
- JSON -

Added 111 days ago

Review It Bookmark It


RFC 4627 - The application/json Media Type for JavaScript Object Notation (JSON)

http://tools.ietf.org/html/rfc4627

IETF Network Working Group, D. Crockford: Request for Comments: 4627, July 2006. JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.
- JSON -

Added 113 days ago

Review It Bookmark It


The AJAX response: XML, HTML, or JSON?

http://www.quirksmode.org/blog/archives/2005/12/the_ajax_respon.html

Peter-Paul Koch: Since my last AJAX project I've increasingly been wondering about the "ideal" output format for the AJAX response. Once you've succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else? In this entry I'd like to discuss the three formats, with examples, and ask you which format you've used in your practical AJAX applications.
- Ajax - XML - JSON -

Added 113 days ago

Review It Bookmark It


Wikipedia on JSON

http://en.wikipedia.org/wiki/JSON

JSON (pronounced "Jason"), short for JavaScript Object Notation, is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). The JSON format is specified in RFC 4627 by Douglas Crockford. The official Internet media type for JSON is application/json. The JSON file extension is .json.
- JSON -

Added 113 days ago

Review It Bookmark It


JSON

http://www.json.org/

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. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
- JSON -

Added 115 days ago

Review It Bookmark It


MooTools

http://mootools.net/

MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
- Ajax - Javascript - MooTools - JSON -

Added 116 days ago

Review It Bookmark It