- JSON stands for JavaScript Object Notation.
- A popular Data Format for Client-Server(Web 2.0) Ajax Communication.
- The Data is represented similar to anonymous object in JavaScript.
- A anonymous object is represented in curly braces "{}".
- The data is arranged in key:value pair with a pair of curly braces.
- JSON data can be {},[],[{},{}...],{key:[],key:[]....} etc. formats.
- Example Fiddle,
what is JSON ?
Sandeep
A passionate Blogger and Developer.Love to code for web application using JavaScript.At present I am exploring the Web Component Specification.