Web Design Tutorials and Articles: JSON File

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Sunday, May 10, 2009

JSON File

Introduction A JSON file is a file at a web server having just a JavaScript object literal (see below). The content of this file is normally downloaded by Ajax to the client browser. At the client browser it is assigned to a JavaScript global variable, and so forming a JavaScript object by “literal notation”. JavaScript code residing at the client browser can then use the properties and methods in the downloaded JSON file. JavaScript object by Literal Notation Consider the following statement:... Sign in to see full entry.

Previous: Creating JavaScript Objects by Literal Notation - New Entries - Next: XHTML Table Basics

Headlines (What is this?)