Monday, August 8, 2011

Introduction to JSON (Javascript Object Notation) | Tech Samosa

Introduction to JSON (Javascript Object Notation) | Tech Samosa
JSON (Javascript Object Notation) is a light weight data interchange format. JSON is a subset of the literal object notation in JavaScript. It can be compared to XML but parsing of JSON is very much easier than XML data. It is a text format of data and is programming language independent. In fact it very much looks like unnamed array.

No comments:

Post a Comment