Showing posts with label JSON. Show all posts
Showing posts with label JSON. Show all posts

Friday, 21 October 2011

JSON in JavaScript:


JSON in JavaScript:

JSON stands for JavaScript Object Notation that  is a language independent text format which is fast and easy to understand. That means it is really very simple and easy to learn without sparing much time. In another words we can say that JavaScript Object Notation is a lightweight data-interchange format that is completely language independent but with some conventions.

How to convert XML to JSON in ASP.NET



How to convert XML to JSON in ASP.NET
JSON  is a lightweight data-interchange format. It is particularly useful because it can be 'decoded' easily by web page JavaScript into object form.

Thursday, 20 October 2011

JSON


JSON: JavaScript Object Notation.
JSON is syntax for storing and exchanging text information. Much like XML.
JSON is smaller than XML, and faster and easier to parse.
What is JSON?